#0C2231

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

Shades of Black Pearl #0C2231

Tints of Black Pearl #0C2231

Color information

#0C2231 (or 0x0C2231) is unknown color: approx Black Pearl. HEX triplet: 0C, 22 and 31. RGB value is (12,34,49). Sum of RGB (Red+Green+Blue) = 12+34+49=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #0C2231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2231 is #F3DDCE. Grayscale: #1D1D1D. Windows color (decimal): -15982031 or 3219980. OLE color: 3219980.

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

Color convert

RGB123449-
CMYK0.760.3100.81
HSL204.32º60.66%11.96%-
HSV(B)204.32º75.51%19.22%-
XYZ1.281.443.12-
YUV29.13139.21115.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=12.63%
G=35.79%
B=51.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1234490.760.3100.81204.3260.6611.96
HexC22314C1F051cc3dc
Octal1442611143701213147514
Binary110010001011000110011001111101010001110011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,34,49); }

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

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

 a { background-color: rgb(12,34,49); }

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

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

 span { border-color: rgb(12,34,49); }

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