Html Css Color HEX #00091F Black Russian

📋 copy color: '#00091F'

red 0 ◦ green 9 ◦ blue 31

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

Shades of Black Russian #00091F

Tints of Black Russian #00091F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 22.5%
B = 77.5%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#00091F (or 0x00091F) is known color: Black Russian. HEX triplet: 00, 09 and 1F. RGB value is (0,9,31). Sum of RGB (Red+Green+Blue) = 0+9+31=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 31 (12.5% from 255 or 77.5% from 40); Max value from RGB is 31 - color contains mainly: blue. Hex color #00091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00091F is #FFF6E0. Grayscale: #080808. Windows color (decimal): -16774881 or 2033920. OLE color: 2033920.

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

Color convert

RGB 0 9 31 -
CMYK 1 0.71 0 0.88
HSL 222.58º 1% 0.06% -
HSV(B) 222.58º 1% 0.12% -
XYZ 0.35 0.29 1.33 -
YUV 8.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 0 9 31 1 0.71 0 0.88 222.58 1 0.06
Hex 0 9 1F 64 47 0 58 DF 64 6
Octal 0 11 37 144 107 0 130 337 144 6
Binary 0 1001 11111 1100100 1000111 0 1011000 11011111 1100100 110

Color Harmonies of #00091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00091F

Black with #00091F

Text Example


Text Example

White with #00091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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