Html Css Color HEX #0C112D Black Russian

📋 copy color: '#0C112D'

red 12 ◦ green 17 ◦ blue 45

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

Shades of Black Russian #0C112D

Tints of Black Russian #0C112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.97%

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

R = 16.22%
G = 22.97%
B = 60.81%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0C112D (or 0x0C112D) is known color: Black Russian. HEX triplet: 0C, 11 and 2D. RGB value is (12,17,45). Sum of RGB (Red+Green+Blue) = 12+17+45=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C112D is #F3EED2. Grayscale: #121212. Windows color (decimal): -15986387 or 2953484. OLE color: 2953484.

HSL color Cylindrical-coordinate representation of color #0C112D: hue angle of 230.91º 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 #0C112D is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 17 45 -
CMYK 0.73 0.62 0 0.82
HSL 230.91º 0.58% 0.11% -
HSV(B) 230.91º 0.73% 0.18% -
XYZ 0.83 0.67 2.57 -
YUV 18.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 12 17 45 0.73 0.62 0 0.82 230.91 0.58 0.11
Hex C 11 2D 49 3E 0 52 E7 3A B
Octal 14 21 55 111 76 0 122 347 72 13
Binary 1100 10001 101101 1001001 111110 0 1010010 11100111 111010 1011

Color Harmonies of #0C112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C112D

Black with #0C112D

Text Example


Text Example

White with #0C112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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