Html Css Color HEX #0C0A1C Black Russian

📋 copy color: '#0C0A1C'

red 12 ◦ green 10 ◦ blue 28

#0C0A1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #0C0A1C

Tints of Black Russian #0C0A1C

RGB

 RED value IS 12 (5.08% from 255) = 24%

 GREEN value IS 10 (4.3% from 255) = 20%

 BLUE value IS 28 (11.33% from 255) = 56%

R = 24%
G = 20%
B = 56%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C0A1C (or 0x0C0A1C) is known color: Black Russian. HEX triplet: 0C, 0A and 1C. RGB value is (12,10,28). Sum of RGB (Red+Green+Blue) = 12+10+28=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C0A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0A1C is #F3F5E3. Grayscale: #0C0C0C. Windows color (decimal): -15988196 or 1837580. OLE color: 1837580.

HSL color Cylindrical-coordinate representation of color #0C0A1C: hue angle of 246.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0C0A1C is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 10 28 -
CMYK 0.57 0.64 0 0.89
HSL 246.67º 0.47% 0.07% -
HSV(B) 246.67º 0.64% 0.11% -
XYZ 0.47 0.38 1.15 -
YUV 12.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 12 10 28 0.57 0.64 0 0.89 246.67 0.47 0.07
Hex C A 1C 39 40 0 59 F7 2F 7
Octal 14 12 34 71 100 0 131 367 57 7
Binary 1100 1010 11100 111001 1000000 0 1011001 11110111 101111 111

Color Harmonies of #0C0A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0A1C

Black with #0C0A1C

Text Example


Text Example

White with #0C0A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,10,28); }

 H1.HeaderClassName
 {
   color: #0C0A1C;
 }
 .AnyTagClassName
 {
   color: #0C0A1C;
 }
</style>

background-color css

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

 a { background-color: rgb(12,10,28); }

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

border-color css

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

 span { border-color: rgb(12,10,28); }

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