#0C1B2C

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

Shades of Black Pearl #0C1B2C

Tints of Black Pearl #0C1B2C

Color information

#0C1B2C (or 0x0C1B2C) is unknown color: approx Black Pearl. HEX triplet: 0C, 1B and 2C. RGB value is (12,27,44). Sum of RGB (Red+Green+Blue) = 12+27+44=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C1B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1B2C is #F3E4D3. Grayscale: #181818. Windows color (decimal): -15983828 or 2890508. OLE color: 2890508.

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

Color convert

RGB122744-
CMYK0.730.3900.83
HSL211.88º57.14%10.98%-
HSV(B)211.88º72.73%17.25%-
XYZ11.042.53-
YUV24.45139.03119.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.46%
GREEN value IS 27 (10.94% from 255) = 32.53%
BLUE value IS 44 (17.58% from 255) = 53.01%
R=14.46%
G=32.53%
B=53.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1227440.730.3900.83211.8857.1410.98
HexC1B2C4927053d439b
Octal1433541114701233247113
Binary110011011101100100100110011101010011110101001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,27,44); }

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

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

 a { background-color: rgb(12,27,44); }

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

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

 span { border-color: rgb(12,27,44); }

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