Html Css Color HEX #090238 Black Russian

📋 copy color: '#090238'

red 9 ◦ green 2 ◦ blue 56

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

Shades of Black Russian #090238

Tints of Black Russian #090238

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.99%

 BLUE value IS 56 (22.27% from 255) = 83.58%

R = 13.43%
G = 2.99%
B = 83.58%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#090238 (or 0x090238) is known color: Black Russian. HEX triplet: 09, 02 and 38. RGB value is (9,2,56). Sum of RGB (Red+Green+Blue) = 9+2+56=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 56 (22.27% from 255 or 83.58% from 67); Max value from RGB is 56 - color contains mainly: blue. Hex color #090238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090238 is #F6FDC7. Grayscale: #0A0A0A. Windows color (decimal): -16186824 or 3670537. OLE color: 3670537.

HSL color Cylindrical-coordinate representation of color #090238: hue angle of 247.78º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090238 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 2 56 -
CMYK 0.84 0.96 0 0.78
HSL 247.78º 0.93% 0.11% -
HSV(B) 247.78º 0.96% 0.22% -
XYZ 0.85 0.39 3.77 -
YUV 10.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 9 2 56 0.84 0.96 0 0.78 247.78 0.93 0.11
Hex 9 2 38 54 60 0 4E F8 5D B
Octal 11 2 70 124 140 0 116 370 135 13
Binary 1001 10 111000 1010100 1100000 0 1001110 11111000 1011101 1011

Color Harmonies of #090238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090238

Black with #090238

Text Example


Text Example

White with #090238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090238; }

 p { color: rgb(9,2,56); }

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

background-color css

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

 a { background-color: rgb(9,2,56); }

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

border-color css

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

 span { border-color: rgb(9,2,56); }

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