Html Css Color HEX #09011F Black Russian

📋 copy color: '#09011F'

red 9 ◦ green 1 ◦ blue 31

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

Shades of Black Russian #09011F

Tints of Black Russian #09011F

RGB

 RED value IS 9 (3.91% from 255) = 21.95%

 GREEN value IS 1 (0.78% from 255) = 2.44%

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

R = 21.95%
G = 2.44%
B = 75.61%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#09011F (or 0x09011F) is known color: Black Russian. HEX triplet: 09, 01 and 1F. RGB value is (9,1,31). Sum of RGB (Red+Green+Blue) = 9+1+31=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 31 (12.5% from 255 or 75.61% from 41); Max value from RGB is 31 - color contains mainly: blue. Hex color #09011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09011F is #F6FEE0. Grayscale: #060606. Windows color (decimal): -16187105 or 2031881. OLE color: 2031881.

HSL color Cylindrical-coordinate representation of color #09011F: hue angle of 256º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09011F is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 1 31 -
CMYK 0.71 0.97 0 0.88
HSL 256º 0.94% 0.06% -
HSV(B) 256º 0.97% 0.12% -
XYZ 0.37 0.18 1.31 -
YUV 6.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 9 1 31 0.71 0.97 0 0.88 256 0.94 0.06
Hex 9 1 1F 47 61 0 58 100 5E 6
Octal 11 1 37 107 141 0 130 400 136 6
Binary 1001 1 11111 1000111 1100001 0 1011000 100000000 1011110 110

Color Harmonies of #09011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09011F

Black with #09011F

Text Example


Text Example

White with #09011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09011F; }

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

 H1.HeaderClassName
 {
   color: #09011F;
 }
 .AnyTagClassName
 {
   color: #09011F;
 }
</style>

background-color css

<style>
 a { background-color: #09011F; }

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

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

border-color css

<style>
 span { border-color: #09011F; }

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

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