Html Css Color HEX #0C0D1C Black Russian

📋 copy color: '#0C0D1C'

red 12 ◦ green 13 ◦ blue 28

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

Shades of Black Russian #0C0D1C

Tints of Black Russian #0C0D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.53%

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

R = 22.64%
G = 24.53%
B = 52.83%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C0D1C (or 0x0C0D1C) is known color: Black Russian. HEX triplet: 0C, 0D and 1C. RGB value is (12,13,28). Sum of RGB (Red+Green+Blue) = 12+13+28=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C0D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0D1C is #F3F2E3. Grayscale: #0E0E0E. Windows color (decimal): -15987428 or 1838348. OLE color: 1838348.

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

Color convert

RGB 12 13 28 -
CMYK 0.57 0.54 0 0.89
HSL 236.25º 0.4% 0.08% -
HSV(B) 236.25º 0.57% 0.11% -
XYZ 0.51 0.45 1.16 -
YUV 14.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 12 13 28 0.57 0.54 0 0.89 236.25 0.4 0.08
Hex C D 1C 39 36 0 59 EC 28 8
Octal 14 15 34 71 66 0 131 354 50 10
Binary 1100 1101 11100 111001 110110 0 1011001 11101100 101000 1000

Color Harmonies of #0C0D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D1C

Black with #0C0D1C

Text Example


Text Example

White with #0C0D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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