#212426

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

Shades of Black Pearl #212426

Tints of Black Pearl #212426

Color information

#212426 (or 0x212426) is unknown color: approx Black Pearl. HEX triplet: 21, 24 and 26. RGB value is (33,36,38). Sum of RGB (Red+Green+Blue) = 33+36+38=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 38 - color contains mainly: blue. Hex color #212426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212426 is #DEDBD9. Grayscale: #232323. Windows color (decimal): -14605274 or 2499617. OLE color: 2499617.

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

Color convert

RGB333638-
CMYK0.130.0500.85
HSL204º7.04%13.92%-
HSV(B)204º13.16%14.9%-
XYZ1.611.732.08-
YUV35.33129.51126.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=30.84%
G=33.64%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3336380.130.0500.852047.0413.92
Hex212426D5055cc7e
Octal4144461550125314716
Binary100001100100100110110110101010101110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212426; }

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

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

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

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

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

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

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

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