#0C1F31

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

Shades of Black Pearl #0C1F31

Tints of Black Pearl #0C1F31

Color information

#0C1F31 (or 0x0C1F31) is unknown color: approx Black Pearl. HEX triplet: 0C, 1F and 31. RGB value is (12,31,49). Sum of RGB (Red+Green+Blue) = 12+31+49=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #0C1F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1F31 is #F3E0CE. Grayscale: #1B1B1B. Windows color (decimal): -15982799 or 3219212. OLE color: 3219212.

HSL color Cylindrical-coordinate representation of color #0C1F31: hue angle of 209.19º 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 #0C1F31 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB123149-
CMYK0.760.3700.81
HSL209.19º60.66%11.96%-
HSV(B)209.19º75.51%19.22%-
XYZ1.21.283.09-
YUV27.37140.21117.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=13.04%
G=33.70%
B=53.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1231490.760.3700.81209.1960.6611.96
HexC1F314C25051d13dc
Octal1437611144501213217514
Binary110011111110001100110010010101010001110100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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