Html Css Color HEX #09021E Black Russian

📋 copy color: '#09021E'

red 9 ◦ green 2 ◦ blue 30

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

Shades of Black Russian #09021E

Tints of Black Russian #09021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.88%

 BLUE value IS 30 (12.11% from 255) = 73.17%

R = 21.95%
G = 4.88%
B = 73.17%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#09021E (or 0x09021E) is known color: Black Russian. HEX triplet: 09, 02 and 1E. RGB value is (9,2,30). Sum of RGB (Red+Green+Blue) = 9+2+30=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #09021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09021E is #F6FDE1. Grayscale: #070707. Windows color (decimal): -16186850 or 1966601. OLE color: 1966601.

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

Color convert

RGB 9 2 30 -
CMYK 0.70 0.93 0 0.88
HSL 255º 0.88% 0.06% -
HSV(B) 255º 0.93% 0.12% -
XYZ 0.37 0.2 1.25 -
YUV 7.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 9 2 30 0.70 0.93 0 0.88 255 0.88 0.06
Hex 9 2 1E 46 5D 0 58 FF 58 6
Octal 11 2 36 106 135 0 130 377 130 6
Binary 1001 10 11110 1000110 1011101 0 1011000 11111111 1011000 110

Color Harmonies of #09021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09021E

Black with #09021E

Text Example


Text Example

White with #09021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09021E; }

 p { color: rgb(9,2,30); }

 H1.HeaderClassName
 {
   color: #09021E;
 }
 .AnyTagClassName
 {
   color: #09021E;
 }
</style>

background-color css

<style>
 a { background-color: #09021E; }

 a { background-color: rgb(9,2,30); }

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

border-color css

<style>
 span { border-color: #09021E; }

 span { border-color: rgb(9,2,30); }

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