Html Css Color HEX #09052B Black Russian

📋 copy color: '#09052B'

red 9 ◦ green 5 ◦ blue 43

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

Shades of Black Russian #09052B

Tints of Black Russian #09052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 75.44%

R = 15.79%
G = 8.77%
B = 75.44%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09052B (or 0x09052B) is known color: Black Russian. HEX triplet: 09, 05 and 2B. RGB value is (9,5,43). Sum of RGB (Red+Green+Blue) = 9+5+43=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 43 (17.19% from 255 or 75.44% from 57); Max value from RGB is 43 - color contains mainly: blue. Hex color #09052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09052B is #F6FAD4. Grayscale: #0A0A0A. Windows color (decimal): -16186069 or 2819337. OLE color: 2819337.

HSL color Cylindrical-coordinate representation of color #09052B: hue angle of 246.32º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09052B is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 5 43 -
CMYK 0.79 0.88 0 0.83
HSL 246.32º 0.79% 0.09% -
HSV(B) 246.32º 0.88% 0.17% -
XYZ 0.6 0.34 2.32 -
YUV 10.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 9 5 43 0.79 0.88 0 0.83 246.32 0.79 0.09
Hex 9 5 2B 4F 58 0 53 F6 4F 9
Octal 11 5 53 117 130 0 123 366 117 11
Binary 1001 101 101011 1001111 1011000 0 1010011 11110110 1001111 1001

Color Harmonies of #09052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09052B

Black with #09052B

Text Example


Text Example

White with #09052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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