#0C102F

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

Shades of Black Russian #0C102F

Tints of Black Russian #0C102F

Color information

#0C102F (or 0x0C102F) is unknown color: approx Black Russian. HEX triplet: 0C, 10 and 2F. RGB value is (12,16,47). Sum of RGB (Red+Green+Blue) = 12+16+47=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C102F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C102F is #F3EFD0. Grayscale: #121212. Windows color (decimal): -15986641 or 3084300. OLE color: 3084300.

HSL color Cylindrical-coordinate representation of color #0C102F: hue angle of 233.14º 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 #0C102F is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB121647-
CMYK0.740.6600.82
HSL233.14º59.32%11.57%-
HSV(B)233.14º74.47%18.43%-
XYZ0.850.652.77-
YUV18.34144.17123.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 47 (18.75% from 255) = 62.67%
R=16%
G=21.33%
B=62.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1216470.740.6600.82233.1459.3211.57
HexC102F4A42052e93bc
Octal14205711210201223517314
Binary1100100001011111001010100001001010010111010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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