Html Css Color HEX #09052E Black Russian

📋 copy color: '#09052E'

red 9 ◦ green 5 ◦ blue 46

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

Shades of Black Russian #09052E

Tints of Black Russian #09052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.33%

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

R = 15%
G = 8.33%
B = 76.67%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09052E (or 0x09052E) is known color: Black Russian. HEX triplet: 09, 05 and 2E. RGB value is (9,5,46). Sum of RGB (Red+Green+Blue) = 9+5+46=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 46 (18.36% from 255 or 76.67% from 60); Max value from RGB is 46 - color contains mainly: blue. Hex color #09052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09052E is #F6FAD1. Grayscale: #0A0A0A. Windows color (decimal): -16186066 or 3015945. OLE color: 3015945.

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

Color convert

RGB 9 5 46 -
CMYK 0.80 0.89 0 0.82
HSL 245.85º 0.8% 0.1% -
HSV(B) 245.85º 0.89% 0.18% -
XYZ 0.66 0.36 2.62 -
YUV 10.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 9 5 46 0.80 0.89 0 0.82 245.85 0.8 0.1
Hex 9 5 2E 50 59 0 52 F6 50 A
Octal 11 5 56 120 131 0 122 366 120 12
Binary 1001 101 101110 1010000 1011001 0 1010010 11110110 1010000 1010

Color Harmonies of #09052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09052E

Black with #09052E

Text Example


Text Example

White with #09052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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