Html Css Color HEX #0C122B Black Russian

📋 copy color: '#0C122B'

red 12 ◦ green 18 ◦ blue 43

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

Shades of Black Russian #0C122B

Tints of Black Russian #0C122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.66%

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

R = 16.44%
G = 24.66%
B = 58.9%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0C122B (or 0x0C122B) is known color: Black Russian. HEX triplet: 0C, 12 and 2B. RGB value is (12,18,43). Sum of RGB (Red+Green+Blue) = 12+18+43=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C122B is #F3EDD4. Grayscale: #121212. Windows color (decimal): -15986133 or 2822668. OLE color: 2822668.

HSL color Cylindrical-coordinate representation of color #0C122B: hue angle of 228.39º 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 #0C122B is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 18 43 -
CMYK 0.72 0.58 0 0.83
HSL 228.39º 0.56% 0.11% -
HSV(B) 228.39º 0.72% 0.17% -
XYZ 0.8 0.69 2.38 -
YUV 19.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 12 18 43 0.72 0.58 0 0.83 228.39 0.56 0.11
Hex C 12 2B 48 3A 0 53 E4 38 B
Octal 14 22 53 110 72 0 123 344 70 13
Binary 1100 10010 101011 1001000 111010 0 1010011 11100100 111000 1011

Color Harmonies of #0C122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C122B

Black with #0C122B

Text Example


Text Example

White with #0C122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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