#0C122F

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

Shades of Black Russian #0C122F

Tints of Black Russian #0C122F

Color information

#0C122F (or 0x0C122F) is unknown color: approx Black Russian. HEX triplet: 0C, 12 and 2F. RGB value is (12,18,47). Sum of RGB (Red+Green+Blue) = 12+18+47=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C122F is #F3EDD0. Grayscale: #131313. Windows color (decimal): -15986129 or 3084812. OLE color: 3084812.

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

Color convert

RGB121847-
CMYK0.740.6200.82
HSL229.71º59.32%11.57%-
HSV(B)229.71º74.47%18.43%-
XYZ0.880.722.78-
YUV19.51143.51122.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.58%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 47 (18.75% from 255) = 61.04%
R=15.58%
G=23.38%
B=61.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1218470.740.6200.82229.7159.3211.57
HexC122F4A3E052e63bc
Octal1422571127601223467314
Binary110010010101111100101011111001010010111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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