Html Css Color HEX #09052F Black Russian

📋 copy color: '#09052F'

red 9 ◦ green 5 ◦ blue 47

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

Shades of Black Russian #09052F

Tints of Black Russian #09052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 77.05%

R = 14.75%
G = 8.2%
B = 77.05%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09052F (or 0x09052F) is known color: Black Russian. HEX triplet: 09, 05 and 2F. RGB value is (9,5,47). Sum of RGB (Red+Green+Blue) = 9+5+47=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 47 (18.75% from 255 or 77.05% from 61); Max value from RGB is 47 - color contains mainly: blue. Hex color #09052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09052F is #F6FAD0. Grayscale: #0A0A0A. Windows color (decimal): -16186065 or 3081481. OLE color: 3081481.

HSL color Cylindrical-coordinate representation of color #09052F: hue angle of 245.71º degrees, saturation: 0.81, 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 #09052F is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 5 47 -
CMYK 0.81 0.89 0 0.82
HSL 245.71º 0.81% 0.1% -
HSV(B) 245.71º 0.89% 0.18% -
XYZ 0.68 0.37 2.73 -
YUV 10.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 9 5 47 0.81 0.89 0 0.82 245.71 0.81 0.1
Hex 9 5 2F 51 59 0 52 F6 51 A
Octal 11 5 57 121 131 0 122 366 121 12
Binary 1001 101 101111 1010001 1011001 0 1010010 11110110 1010001 1010

Color Harmonies of #09052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09052F

Black with #09052F

Text Example


Text Example

White with #09052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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