#0C0D2F

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

Shades of Black Russian #0C0D2F

Tints of Black Russian #0C0D2F

Color information

#0C0D2F (or 0x0C0D2F) is unknown color: approx Black Russian. HEX triplet: 0C, 0D and 2F. RGB value is (12,13,47). Sum of RGB (Red+Green+Blue) = 12+13+47=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C0D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0D2F is #F3F2D0. Grayscale: #101010. Windows color (decimal): -15987409 or 3083532. OLE color: 3083532.

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

Color convert

RGB121347-
CMYK0.740.7200.82
HSL238.29º59.32%11.57%-
HSV(B)238.29º74.47%18.43%-
XYZ0.810.572.76-
YUV16.58145.17124.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.67%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 47 (18.75% from 255) = 65.28%
R=16.67%
G=18.06%
B=65.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1213470.740.7200.82238.2959.3211.57
HexCD2F4A48052ee3bc
Octal14155711211001223567314
Binary110011011011111001010100100001010010111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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