#04242B

Color #04242B Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #04242B

Tints of Black Pearl #04242B

Color information

#04242B (or 0x04242B) is unknown color: approx Black Pearl. HEX triplet: 04, 24 and 2B. RGB value is (4,36,43). Sum of RGB (Red+Green+Blue) = 4+36+43=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #04242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04242B is #FBDBD4. Grayscale: #1B1B1B. Windows color (decimal): -16505813 or 2827268. OLE color: 2827268.

HSL color Cylindrical-coordinate representation of color #04242B: hue angle of 190.77º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04242B is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB43643-
CMYK0.910.1600.83
HSL190.77º82.98%9.22%-
HSV(B)190.77º90.7%16.86%-
XYZ1.121.462.51-
YUV27.23136.9111.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 36 (14.45% from 255) = 43.37%
BLUE value IS 43 (17.19% from 255) = 51.81%
R=4.82%
G=43.37%
B=51.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal436430.910.1600.83190.7782.989.22
Hex4242B5B10053bf539
Octal4445313320012327712311
Binary100100100101011101101110000010100111011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04242B; }

 p { color: rgb(4,36,43); }

 H1.HeaderClassName
 {
   color: #04242B;
 }
 .AnyTagClassName
 {
   color: #04242B;
 }
</style>
background-color css

<style>
 a { background-color: #04242B; }

 a { background-color: rgb(4,36,43); }

 div.DivClassName
 {
   background-color: #04242B;
 }
 .BgClassName
 {
   background-color: #04242B;
 }
</style>
border-color css

<style>
 span { border-color: #04242B; }

 span { border-color: rgb(4,36,43); }

 td.TdClassName
 {
   border-color: #04242B;
 }
 .TagClassName
 {
   border-color: #04242B;
 }
</style>