Html Css Color HEX #090E2F Black Russian

📋 copy color: '#090E2F'

red 9 ◦ green 14 ◦ blue 47

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

Shades of Black Russian #090E2F

Tints of Black Russian #090E2F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20%

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

R = 12.86%
G = 20%
B = 67.14%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#090E2F (or 0x090E2F) is known color: Black Russian. HEX triplet: 09, 0E and 2F. RGB value is (9,14,47). Sum of RGB (Red+Green+Blue) = 9+14+47=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #090E2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E2F is #F6F1D0. Grayscale: #101010. Windows color (decimal): -16183761 or 3083785. OLE color: 3083785.

HSL color Cylindrical-coordinate representation of color #090E2F: hue angle of 232.11º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #090E2F is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 14 47 -
CMYK 0.81 0.70 0 0.82
HSL 232.11º 0.68% 0.11% -
HSV(B) 232.11º 0.81% 0.18% -
XYZ 0.78 0.58 2.76 -
YUV 16.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 9 14 47 0.81 0.70 0 0.82 232.11 0.68 0.11
Hex 9 E 2F 51 46 0 52 E8 44 B
Octal 11 16 57 121 106 0 122 350 104 13
Binary 1001 1110 101111 1010001 1000110 0 1010010 11101000 1000100 1011

Color Harmonies of #090E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E2F

Black with #090E2F

Text Example


Text Example

White with #090E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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