Html Css Color HEX #0C112B Black Russian

📋 copy color: '#0C112B'

red 12 ◦ green 17 ◦ blue 43

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

Shades of Black Russian #0C112B

Tints of Black Russian #0C112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 59.72%

R = 16.67%
G = 23.61%
B = 59.72%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0C112B (or 0x0C112B) is known color: Black Russian. HEX triplet: 0C, 11 and 2B. RGB value is (12,17,43). Sum of RGB (Red+Green+Blue) = 12+17+43=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C112B is #F3EED4. Grayscale: #121212. Windows color (decimal): -15986389 or 2822412. OLE color: 2822412.

HSL color Cylindrical-coordinate representation of color #0C112B: hue angle of 230.32º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C112B is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 17 43 -
CMYK 0.72 0.60 0 0.83
HSL 230.32º 0.56% 0.11% -
HSV(B) 230.32º 0.72% 0.17% -
XYZ 0.79 0.65 2.37 -
YUV 18.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 12 17 43 0.72 0.60 0 0.83 230.32 0.56 0.11
Hex C 11 2B 48 3C 0 53 E6 38 B
Octal 14 21 53 110 74 0 123 346 70 13
Binary 1100 10001 101011 1001000 111100 0 1010011 11100110 111000 1011

Color Harmonies of #0C112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C112B

Black with #0C112B

Text Example


Text Example

White with #0C112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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