Html Css Color HEX #0C1327 Black Russian

📋 copy color: '#0C1327'

red 12 ◦ green 19 ◦ blue 39

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

Shades of Black Russian #0C1327

Tints of Black Russian #0C1327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 55.71%

R = 17.14%
G = 27.14%
B = 55.71%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0C1327 (or 0x0C1327) is known color: Black Russian. HEX triplet: 0C, 13 and 27. RGB value is (12,19,39). Sum of RGB (Red+Green+Blue) = 12+19+39=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C1327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1327 is #F3ECD8. Grayscale: #131313. Windows color (decimal): -15985881 or 2560780. OLE color: 2560780.

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

Color convert

RGB 12 19 39 -
CMYK 0.69 0.51 0 0.85
HSL 224.44º 0.53% 0.1% -
HSV(B) 224.44º 0.69% 0.15% -
XYZ 0.75 0.69 2.01 -
YUV 19.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 12 19 39 0.69 0.51 0 0.85 224.44 0.53 0.1
Hex C 13 27 45 33 0 55 E0 35 A
Octal 14 23 47 105 63 0 125 340 65 12
Binary 1100 10011 100111 1000101 110011 0 1010101 11100000 110101 1010

Color Harmonies of #0C1327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1327

Black with #0C1327

Text Example


Text Example

White with #0C1327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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