#0C1A2F

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

Shades of Black Pearl #0C1A2F

Tints of Black Pearl #0C1A2F

Color information

#0C1A2F (or 0x0C1A2F) is unknown color: approx Black Pearl. HEX triplet: 0C, 1A and 2F. RGB value is (12,26,47). Sum of RGB (Red+Green+Blue) = 12+26+47=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C1A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1A2F is #F3E5D0. Grayscale: #181818. Windows color (decimal): -15984081 or 3086860. OLE color: 3086860.

HSL color Cylindrical-coordinate representation of color #0C1A2F: hue angle of 216º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C1A2F is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB122647-
CMYK0.740.4500.82
HSL216º59.32%11.57%-
HSV(B)216º74.47%18.43%-
XYZ1.031.022.83-
YUV24.21140.86119.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.12%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 47 (18.75% from 255) = 55.29%
R=14.12%
G=30.59%
B=55.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1226470.740.4500.8221659.3211.57
HexC1A2F4A2D052d83bc
Octal1432571125501223307314
Binary110011010101111100101010110101010010110110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,26,47); }

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

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

 a { background-color: rgb(12,26,47); }

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

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

 span { border-color: rgb(12,26,47); }

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