Html Css Color HEX #090A2C Black Russian

📋 copy color: '#090A2C'

red 9 ◦ green 10 ◦ blue 44

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

Shades of Black Russian #090A2C

Tints of Black Russian #090A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.87%

 BLUE value IS 44 (17.58% from 255) = 69.84%

R = 14.29%
G = 15.87%
B = 69.84%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#090A2C (or 0x090A2C) is known color: Black Russian. HEX triplet: 09, 0A and 2C. RGB value is (9,10,44). Sum of RGB (Red+Green+Blue) = 9+10+44=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #090A2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090A2C is #F6F5D3. Grayscale: #0D0D0D. Windows color (decimal): -16184788 or 2886153. OLE color: 2886153.

HSL color Cylindrical-coordinate representation of color #090A2C: hue angle of 238.29º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #090A2C is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 10 44 -
CMYK 0.80 0.77 0 0.83
HSL 238.29º 0.66% 0.1% -
HSV(B) 238.29º 0.8% 0.17% -
XYZ 0.68 0.46 2.44 -
YUV 13.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 9 10 44 0.80 0.77 0 0.83 238.29 0.66 0.1
Hex 9 A 2C 50 4D 0 53 EE 42 A
Octal 11 12 54 120 115 0 123 356 102 12
Binary 1001 1010 101100 1010000 1001101 0 1010011 11101110 1000010 1010

Color Harmonies of #090A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090A2C

Black with #090A2C

Text Example


Text Example

White with #090A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,10,44); }

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

background-color css

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

 a { background-color: rgb(9,10,44); }

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

border-color css

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

 span { border-color: rgb(9,10,44); }

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