Html Css Color HEX #0C132D Black Russian

📋 copy color: '#0C132D'

red 12 ◦ green 19 ◦ blue 45

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

Shades of Black Russian #0C132D

Tints of Black Russian #0C132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 59.21%

R = 15.79%
G = 25%
B = 59.21%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0C132D (or 0x0C132D) is known color: Black Russian. HEX triplet: 0C, 13 and 2D. RGB value is (12,19,45). Sum of RGB (Red+Green+Blue) = 12+19+45=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C132D is #F3ECD2. Grayscale: #131313. Windows color (decimal): -15985875 or 2953996. OLE color: 2953996.

HSL color Cylindrical-coordinate representation of color #0C132D: hue angle of 227.27º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C132D is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 19 45 -
CMYK 0.73 0.58 0 0.82
HSL 227.27º 0.58% 0.11% -
HSV(B) 227.27º 0.73% 0.18% -
XYZ 0.86 0.73 2.58 -
YUV 19.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 12 19 45 0.73 0.58 0 0.82 227.27 0.58 0.11
Hex C 13 2D 49 3A 0 52 E3 3A B
Octal 14 23 55 111 72 0 122 343 72 13
Binary 1100 10011 101101 1001001 111010 0 1010010 11100011 111010 1011

Color Harmonies of #0C132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C132D

Black with #0C132D

Text Example


Text Example

White with #0C132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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