Html Css Color HEX #0C091A Black Russian

📋 copy color: '#0C091A'

red 12 ◦ green 9 ◦ blue 26

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

Shades of Black Russian #0C091A

Tints of Black Russian #0C091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 19.15%

 BLUE value IS 26 (10.55% from 255) = 55.32%

R = 25.53%
G = 19.15%
B = 55.32%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0C091A (or 0x0C091A) is known color: Black Russian. HEX triplet: 0C, 09 and 1A. RGB value is (12,9,26). Sum of RGB (Red+Green+Blue) = 12+9+26=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C091A is #F3F6E5. Grayscale: #0B0B0B. Windows color (decimal): -15988454 or 1706252. OLE color: 1706252.

HSL color Cylindrical-coordinate representation of color #0C091A: hue angle of 250.59º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0C091A is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 9 26 -
CMYK 0.54 0.65 0 0.90
HSL 250.59º 0.49% 0.07% -
HSV(B) 250.59º 0.65% 0.1% -
XYZ 0.44 0.35 1.02 -
YUV 11.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 12 9 26 0.54 0.65 0 0.90 250.59 0.49 0.07
Hex C 9 1A 36 41 0 5A FB 31 7
Octal 14 11 32 66 101 0 132 373 61 7
Binary 1100 1001 11010 110110 1000001 0 1011010 11111011 110001 111

Color Harmonies of #0C091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C091A

Black with #0C091A

Text Example


Text Example

White with #0C091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,26); }

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

background-color css

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

 a { background-color: rgb(12,9,26); }

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

border-color css

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

 span { border-color: rgb(12,9,26); }

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