Html Css Color HEX #09002E Black Russian

📋 copy color: '#09002E'

red 9 ◦ green 0 ◦ blue 46

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

Shades of Black Russian #09002E

Tints of Black Russian #09002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 83.64%

R = 16.36%
G = 0%
B = 83.64%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09002E (or 0x09002E) is known color: Black Russian. HEX triplet: 09, 00 and 2E. RGB value is (9,0,46). Sum of RGB (Red+Green+Blue) = 9+0+46=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 46 (18.36% from 255 or 83.64% from 55); Max value from RGB is 46 - color contains mainly: blue. Hex color #09002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09002E is #F6FFD1. Grayscale: #070707. Windows color (decimal): -16187346 or 3014665. OLE color: 3014665.

HSL color Cylindrical-coordinate representation of color #09002E: hue angle of 251.74º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09002E is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 0 46 -
CMYK 0.80 1 0 0.82
HSL 251.74º 1% 0.09% -
HSV(B) 251.74º 1% 0.18% -
XYZ 0.61 0.26 2.6 -
YUV 7.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 9 0 46 0.80 1 0 0.82 251.74 1 0.09
Hex 9 0 2E 50 64 0 52 FC 64 9
Octal 11 0 56 120 144 0 122 374 144 11
Binary 1001 0 101110 1010000 1100100 0 1010010 11111100 1100100 1001

Color Harmonies of #09002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09002E

Black with #09002E

Text Example


Text Example

White with #09002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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