#042126

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

Shades of Black Pearl #042126

Tints of Black Pearl #042126

Color information

#042126 (or 0x042126) is unknown color: approx Black Pearl. HEX triplet: 04, 21 and 26. RGB value is (4,33,38). Sum of RGB (Red+Green+Blue) = 4+33+38=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #042126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042126 is #FBDED9. Grayscale: #181818. Windows color (decimal): -16506586 or 2498820. OLE color: 2498820.

HSL color Cylindrical-coordinate representation of color #042126: hue angle of 188.82º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042126 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB43338-
CMYK0.890.1300.85
HSL188.82º80.95%8.24%-
HSV(B)188.82º89.47%14.9%-
XYZ0.941.252.03-
YUV24.9135.39113.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 33 (13.28% from 255) = 44%
BLUE value IS 38 (15.23% from 255) = 50.67%
R=5.33%
G=44%
B=50.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal433380.890.1300.85188.8280.958.24
Hex4212659D055bd518
Octal4414613115012527512110
Binary10010000110011010110011101010101011011110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042126; }

 p { color: rgb(4,33,38); }

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

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

 a { background-color: rgb(4,33,38); }

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

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

 span { border-color: rgb(4,33,38); }

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