Html Css Color HEX #0C0A1B Black Russian

📋 copy color: '#0C0A1B'

red 12 ◦ green 10 ◦ blue 27

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

Shades of Black Russian #0C0A1B

Tints of Black Russian #0C0A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.41%

 BLUE value IS 27 (10.94% from 255) = 55.1%

R = 24.49%
G = 20.41%
B = 55.1%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C0A1B (or 0x0C0A1B) is known color: Black Russian. HEX triplet: 0C, 0A and 1B. RGB value is (12,10,27). Sum of RGB (Red+Green+Blue) = 12+10+27=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C0A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0A1B is #F3F5E4. Grayscale: #0C0C0C. Windows color (decimal): -15988197 or 1772044. OLE color: 1772044.

HSL color Cylindrical-coordinate representation of color #0C0A1B: hue angle of 247.06º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0C0A1B is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 10 27 -
CMYK 0.56 0.63 0 0.89
HSL 247.06º 0.46% 0.07% -
HSV(B) 247.06º 0.63% 0.11% -
XYZ 0.46 0.37 1.09 -
YUV 12.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 12 10 27 0.56 0.63 0 0.89 247.06 0.46 0.07
Hex C A 1B 38 3F 0 59 F7 2E 7
Octal 14 12 33 70 77 0 131 367 56 7
Binary 1100 1010 11011 111000 111111 0 1011001 11110111 101110 111

Color Harmonies of #0C0A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0A1B

Black with #0C0A1B

Text Example


Text Example

White with #0C0A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,10,27); }

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

background-color css

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

 a { background-color: rgb(12,10,27); }

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

border-color css

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

 span { border-color: rgb(12,10,27); }

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