Html Css Color HEX #0C091F Black Russian

📋 copy color: '#0C091F'

red 12 ◦ green 9 ◦ blue 31

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

Shades of Black Russian #0C091F

Tints of Black Russian #0C091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 59.62%

R = 23.08%
G = 17.31%
B = 59.62%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0C091F (or 0x0C091F) is known color: Black Russian. HEX triplet: 0C, 09 and 1F. RGB value is (12,9,31). Sum of RGB (Red+Green+Blue) = 12+9+31=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C091F is #F3F6E0. Grayscale: #0C0C0C. Windows color (decimal): -15988449 or 2033932. OLE color: 2033932.

HSL color Cylindrical-coordinate representation of color #0C091F: hue angle of 248.18º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C091F is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 9 31 -
CMYK 0.61 0.71 0 0.88
HSL 248.18º 0.55% 0.08% -
HSV(B) 248.18º 0.71% 0.12% -
XYZ 0.5 0.37 1.34 -
YUV 12.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 12 9 31 0.61 0.71 0 0.88 248.18 0.55 0.08
Hex C 9 1F 3D 47 0 58 F8 37 8
Octal 14 11 37 75 107 0 130 370 67 10
Binary 1100 1001 11111 111101 1000111 0 1011000 11111000 110111 1000

Color Harmonies of #0C091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C091F

Black with #0C091F

Text Example


Text Example

White with #0C091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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