Html Css Color HEX #0C1321 Black Russian

📋 copy color: '#0C1321'

red 12 ◦ green 19 ◦ blue 33

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

Shades of Black Russian #0C1321

Tints of Black Russian #0C1321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 29.69%

 BLUE value IS 33 (13.28% from 255) = 51.56%

R = 18.75%
G = 29.69%
B = 51.56%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0C1321 (or 0x0C1321) is known color: Black Russian. HEX triplet: 0C, 13 and 21. RGB value is (12,19,33). Sum of RGB (Red+Green+Blue) = 12+19+33=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C1321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1321 is #F3ECDE. Grayscale: #121212. Windows color (decimal): -15985887 or 2167564. OLE color: 2167564.

HSL color Cylindrical-coordinate representation of color #0C1321: hue angle of 220º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0C1321 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 19 33 -
CMYK 0.64 0.42 0 0.87
HSL 220º 0.47% 0.09% -
HSV(B) 220º 0.64% 0.13% -
XYZ 0.66 0.65 1.53 -
YUV 18.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 12 19 33 0.64 0.42 0 0.87 220 0.47 0.09
Hex C 13 21 40 2A 0 57 DC 2F 9
Octal 14 23 41 100 52 0 127 334 57 11
Binary 1100 10011 100001 1000000 101010 0 1010111 11011100 101111 1001

Color Harmonies of #0C1321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1321

Black with #0C1321

Text Example


Text Example

White with #0C1321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,19,33); }

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

background-color css

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

 a { background-color: rgb(12,19,33); }

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

border-color css

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

 span { border-color: rgb(12,19,33); }

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