Html Css Color HEX #091026 Black Russian

📋 copy color: '#091026'

red 9 ◦ green 16 ◦ blue 38

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

Shades of Black Russian #091026

Tints of Black Russian #091026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 25.4%

 BLUE value IS 38 (15.23% from 255) = 60.32%

R = 14.29%
G = 25.4%
B = 60.32%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091026 (or 0x091026) is known color: Black Russian. HEX triplet: 09, 10 and 26. RGB value is (9,16,38). Sum of RGB (Red+Green+Blue) = 9+16+38=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 38 (15.23% from 255 or 60.32% from 63); Max value from RGB is 38 - color contains mainly: blue. Hex color #091026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091026 is #F6EFD9. Grayscale: #101010. Windows color (decimal): -16183258 or 2494473. OLE color: 2494473.

HSL color Cylindrical-coordinate representation of color #091026: hue angle of 225.52º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #091026 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 16 38 -
CMYK 0.76 0.58 0 0.85
HSL 225.52º 0.62% 0.09% -
HSV(B) 225.52º 0.76% 0.15% -
XYZ 0.65 0.57 1.91 -
YUV 16.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 9 16 38 0.76 0.58 0 0.85 225.52 0.62 0.09
Hex 9 10 26 4C 3A 0 55 E2 3E 9
Octal 11 20 46 114 72 0 125 342 76 11
Binary 1001 10000 100110 1001100 111010 0 1010101 11100010 111110 1001

Color Harmonies of #091026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091026

Black with #091026

Text Example


Text Example

White with #091026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091026; }

 p { color: rgb(9,16,38); }

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

background-color css

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

 a { background-color: rgb(9,16,38); }

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

border-color css

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

 span { border-color: rgb(9,16,38); }

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