Html Css Color HEX #0C1429 Black Russian

📋 copy color: '#0C1429'

red 12 ◦ green 20 ◦ blue 41

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

Shades of Black Russian #0C1429

Tints of Black Russian #0C1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.4%

 BLUE value IS 41 (16.41% from 255) = 56.16%

R = 16.44%
G = 27.4%
B = 56.16%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0C1429 (or 0x0C1429) is known color: Black Russian. HEX triplet: 0C, 14 and 29. RGB value is (12,20,41). Sum of RGB (Red+Green+Blue) = 12+20+41=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #0C1429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1429 is #F3EBD6. Grayscale: #131313. Windows color (decimal): -15985623 or 2692108. OLE color: 2692108.

HSL color Cylindrical-coordinate representation of color #0C1429: hue angle of 223.45º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C1429 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 12 20 41 -
CMYK 0.71 0.51 0 0.84
HSL 223.45º 0.55% 0.1% -
HSV(B) 223.45º 0.71% 0.16% -
XYZ 0.8 0.74 2.2 -
YUV 20 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 12 20 41 0.71 0.51 0 0.84 223.45 0.55 0.1
Hex C 14 29 47 33 0 54 DF 37 A
Octal 14 24 51 107 63 0 124 337 67 12
Binary 1100 10100 101001 1000111 110011 0 1010100 11011111 110111 1010

Color Harmonies of #0C1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1429

Black with #0C1429

Text Example


Text Example

White with #0C1429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,20,41); }

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

background-color css

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

 a { background-color: rgb(12,20,41); }

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

border-color css

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

 span { border-color: rgb(12,20,41); }

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