Html Css Color HEX #090714 Black Russian

📋 copy color: '#090714'

red 9 ◦ green 7 ◦ blue 20

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

Shades of Black Russian #090714

Tints of Black Russian #090714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 19.44%

 BLUE value IS 20 (8.2% from 255) = 55.56%

R = 25%
G = 19.44%
B = 55.56%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#090714 (or 0x090714) is known color: Black Russian. HEX triplet: 09, 07 and 14. RGB value is (9,7,20). Sum of RGB (Red+Green+Blue) = 9+7+20=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #090714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090714 is #F6F8EB. Grayscale: #090909. Windows color (decimal): -16185580 or 1312521. OLE color: 1312521.

HSL color Cylindrical-coordinate representation of color #090714: hue angle of 249.23º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #090714 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 7 20 -
CMYK 0.55 0.65 0 0.92
HSL 249.23º 0.48% 0.05% -
HSV(B) 249.23º 0.65% 0.08% -
XYZ 0.31 0.26 0.7 -
YUV 9.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 9 7 20 0.55 0.65 0 0.92 249.23 0.48 0.05
Hex 9 7 14 37 41 0 5C F9 30 5
Octal 11 7 24 67 101 0 134 371 60 5
Binary 1001 111 10100 110111 1000001 0 1011100 11111001 110000 101

Color Harmonies of #090714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090714

Black with #090714

Text Example


Text Example

White with #090714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090714; }

 p { color: rgb(9,7,20); }

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

background-color css

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

 a { background-color: rgb(9,7,20); }

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

border-color css

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

 span { border-color: rgb(9,7,20); }

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