Html Css Color HEX #0C122D Black Russian

📋 copy color: '#0C122D'

red 12 ◦ green 18 ◦ blue 45

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

Shades of Black Russian #0C122D

Tints of Black Russian #0C122D

RGB

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

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

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

R = 16%
G = 24%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.6

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0C122D (or 0x0C122D) is known color: Black Russian. HEX triplet: 0C, 12 and 2D. RGB value is (12,18,45). Sum of RGB (Red+Green+Blue) = 12+18+45=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C122D is #F3EDD2. Grayscale: #131313. Windows color (decimal): -15986131 or 2953740. OLE color: 2953740.

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

Color convert

RGB 12 18 45 -
CMYK 0.73 0.6 0 0.82
HSL 229.09º 0.58% 0.11% -
HSV(B) 229.09º 0.73% 0.18% -
XYZ 0.84 0.7 2.57 -
YUV 19.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 12 18 45 0.73 0.6 0 0.82 229.09 0.58 0.11
Hex C 12 2D 49 3C 0 52 E5 3A B
Octal 14 22 55 111 74 0 122 345 72 13
Binary 1100 10010 101101 1001001 111100 0 1010010 11100101 111010 1011

Color Harmonies of #0C122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C122D

Black with #0C122D

Text Example


Text Example

White with #0C122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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