Html Css Color HEX #0C1326 Black Russian

📋 copy color: '#0C1326'

red 12 ◦ green 19 ◦ blue 38

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

Shades of Black Russian #0C1326

Tints of Black Russian #0C1326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 55.07%

R = 17.39%
G = 27.54%
B = 55.07%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0C1326 (or 0x0C1326) is known color: Black Russian. HEX triplet: 0C, 13 and 26. RGB value is (12,19,38). Sum of RGB (Red+Green+Blue) = 12+19+38=69 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.39% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 38 (15.23% from 255 or 55.07% from 69); Max value from RGB is 38 - color contains mainly: blue. Hex color #0C1326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1326 is #F3ECD9. Grayscale: #121212. Windows color (decimal): -15985882 or 2495244. OLE color: 2495244.

HSL color Cylindrical-coordinate representation of color #0C1326: hue angle of 223.85º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1326 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 19 38 -
CMYK 0.68 0.50 0 0.85
HSL 223.85º 0.52% 0.1% -
HSV(B) 223.85º 0.68% 0.15% -
XYZ 0.73 0.68 1.93 -
YUV 19.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 12 19 38 0.68 0.50 0 0.85 223.85 0.52 0.1
Hex C 13 26 44 32 0 55 E0 34 A
Octal 14 23 46 104 62 0 125 340 64 12
Binary 1100 10011 100110 1000100 110010 0 1010101 11100000 110100 1010

Color Harmonies of #0C1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1326

Black with #0C1326

Text Example


Text Example

White with #0C1326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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