Html Css Color HEX #09070E Black Russian

📋 copy color: '#09070E'

red 9 ◦ green 7 ◦ blue 14

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

Shades of Black Russian #09070E

Tints of Black Russian #09070E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 46.67%

R = 30%
G = 23.33%
B = 46.67%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#09070E (or 0x09070E) is known color: Black Russian. HEX triplet: 09, 07 and 0E. RGB value is (9,7,14). Sum of RGB (Red+Green+Blue) = 9+7+14=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 14 (5.86% from 255 or 46.67% from 30); Max value from RGB is 14 - color contains mainly: blue. Hex color #09070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09070E is #F6F8F1. Grayscale: #080808. Windows color (decimal): -16185586 or 919305. OLE color: 919305.

HSL color Cylindrical-coordinate representation of color #09070E: hue angle of 257.14º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #09070E is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 7 14 -
CMYK 0.36 0.5 0 0.95
HSL 257.14º 0.33% 0.04% -
HSV(B) 257.14º 0.5% 0.05% -
XYZ 0.27 0.24 0.45 -
YUV 8.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 9 7 14 0.36 0.5 0 0.95 257.14 0.33 0.04
Hex 9 7 E 24 32 0 5F 101 21 4
Octal 11 7 16 44 62 0 137 401 41 4
Binary 1001 111 1110 100100 110010 0 1011111 100000001 100001 100

Color Harmonies of #09070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09070E

Black with #09070E

Text Example


Text Example

White with #09070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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