Html Css Color HEX #0C0D1F Black Russian

📋 copy color: '#0C0D1F'

red 12 ◦ green 13 ◦ blue 31

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

Shades of Black Russian #0C0D1F

Tints of Black Russian #0C0D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 55.36%

R = 21.43%
G = 23.21%
B = 55.36%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0C0D1F (or 0x0C0D1F) is known color: Black Russian. HEX triplet: 0C, 0D and 1F. RGB value is (12,13,31). Sum of RGB (Red+Green+Blue) = 12+13+31=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C0D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0D1F is #F3F2E0. Grayscale: #0E0E0E. Windows color (decimal): -15987425 or 2034956. OLE color: 2034956.

HSL color Cylindrical-coordinate representation of color #0C0D1F: hue angle of 236.84º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C0D1F is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 13 31 -
CMYK 0.61 0.58 0 0.88
HSL 236.84º 0.44% 0.08% -
HSV(B) 236.84º 0.61% 0.12% -
XYZ 0.54 0.46 1.36 -
YUV 14.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 12 13 31 0.61 0.58 0 0.88 236.84 0.44 0.08
Hex C D 1F 3D 3A 0 58 ED 2C 8
Octal 14 15 37 75 72 0 130 355 54 10
Binary 1100 1101 11111 111101 111010 0 1011000 11101101 101100 1000

Color Harmonies of #0C0D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D1F

Black with #0C0D1F

Text Example


Text Example

White with #0C0D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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