#212C30

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

Shades of Black Pearl #212C30

Tints of Black Pearl #212C30

Color information

#212C30 (or 0x212C30) is unknown color: approx Black Pearl. HEX triplet: 21, 2C and 30. RGB value is (33,44,48). Sum of RGB (Red+Green+Blue) = 33+44+48=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 48 - color contains mainly: blue. Hex color #212C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C30 is #DED3CF. Grayscale: #292929. Windows color (decimal): -14603216 or 3157025. OLE color: 3157025.

HSL color Cylindrical-coordinate representation of color #212C30: hue angle of 196º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212C30 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB334448-
CMYK0.310.0800.81
HSL196º18.52%15.88%-
HSV(B)196º31.25%18.82%-
XYZ2.062.343.14-
YUV41.17131.86122.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.4%
GREEN value IS 44 (17.58% from 255) = 35.2%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=26.4%
G=35.2%
B=38.4%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3344480.310.0800.8119618.5215.88
Hex212C301F8051c41310
Octal415460371001213042320
Binary10000110110011000011111100001010001110001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C30; }

 p { color: rgb(33,44,48); }

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

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

 a { background-color: rgb(33,44,48); }

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

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

 span { border-color: rgb(33,44,48); }

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