Html Css Color HEX #0C1223 Black Russian

📋 copy color: '#0C1223'

red 12 ◦ green 18 ◦ blue 35

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

Shades of Black Russian #0C1223

Tints of Black Russian #0C1223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 53.85%

R = 18.46%
G = 27.69%
B = 53.85%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0C1223 (or 0x0C1223) is known color: Black Russian. HEX triplet: 0C, 12 and 23. RGB value is (12,18,35). Sum of RGB (Red+Green+Blue) = 12+18+35=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #0C1223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1223 is #F3EDDC. Grayscale: #121212. Windows color (decimal): -15986141 or 2298380. OLE color: 2298380.

HSL color Cylindrical-coordinate representation of color #0C1223: hue angle of 224.35º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C1223 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 18 35 -
CMYK 0.66 0.49 0 0.86
HSL 224.35º 0.49% 0.09% -
HSV(B) 224.35º 0.66% 0.14% -
XYZ 0.67 0.63 1.68 -
YUV 18.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 12 18 35 0.66 0.49 0 0.86 224.35 0.49 0.09
Hex C 12 23 42 31 0 56 E0 31 9
Octal 14 22 43 102 61 0 126 340 61 11
Binary 1100 10010 100011 1000010 110001 0 1010110 11100000 110001 1001

Color Harmonies of #0C1223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1223

Black with #0C1223

Text Example


Text Example

White with #0C1223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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