#0C202B

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

Shades of Black Pearl #0C202B

Tints of Black Pearl #0C202B

Color information

#0C202B (or 0x0C202B) is unknown color: approx Black Pearl. HEX triplet: 0C, 20 and 2B. RGB value is (12,32,43). Sum of RGB (Red+Green+Blue) = 12+32+43=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C202B is #F3DFD4. Grayscale: #1B1B1B. Windows color (decimal): -15982549 or 2826252. OLE color: 2826252.

HSL color Cylindrical-coordinate representation of color #0C202B: hue angle of 201.29º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C202B is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB123243-
CMYK0.720.2600.83
HSL201.29º56.36%10.78%-
HSV(B)201.29º72.09%16.86%-
XYZ1.11.292.48-
YUV27.27136.87117.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.79%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 43 (17.19% from 255) = 49.43%
R=13.79%
G=36.78%
B=49.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1232430.720.2600.83201.2956.3610.78
HexC202B481A053c938b
Octal1440531103201233117013
Binary110010000010101110010001101001010011110010011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C202B; }

 p { color: rgb(12,32,43); }

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

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

 a { background-color: rgb(12,32,43); }

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

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

 span { border-color: rgb(12,32,43); }

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