Html Css Color HEX #090A30 Black Russian

📋 copy color: '#090A30'

red 9 ◦ green 10 ◦ blue 48

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

Shades of Black Russian #090A30

Tints of Black Russian #090A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 71.64%

R = 13.43%
G = 14.93%
B = 71.64%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#090A30 (or 0x090A30) is known color: Black Russian. HEX triplet: 09, 0A and 30. RGB value is (9,10,48). Sum of RGB (Red+Green+Blue) = 9+10+48=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #090A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090A30 is #F6F5CF. Grayscale: #0D0D0D. Windows color (decimal): -16184784 or 3148297. OLE color: 3148297.

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

Color convert

RGB 9 10 48 -
CMYK 0.81 0.79 0 0.81
HSL 238.46º 0.68% 0.11% -
HSV(B) 238.46º 0.81% 0.19% -
XYZ 0.75 0.49 2.85 -
YUV 14.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 9 10 48 0.81 0.79 0 0.81 238.46 0.68 0.11
Hex 9 A 30 51 4F 0 51 EE 44 B
Octal 11 12 60 121 117 0 121 356 104 13
Binary 1001 1010 110000 1010001 1001111 0 1010001 11101110 1000100 1011

Color Harmonies of #090A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090A30

Black with #090A30

Text Example


Text Example

White with #090A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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