Html Css Color HEX #090926 Black Russian

📋 copy color: '#090926'

red 9 ◦ green 9 ◦ blue 38

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

Shades of Black Russian #090926

Tints of Black Russian #090926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.07%

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

R = 16.07%
G = 16.07%
B = 67.86%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#090926 (or 0x090926) is known color: Black Russian. HEX triplet: 09, 09 and 26. RGB value is (9,9,38). Sum of RGB (Red+Green+Blue) = 9+9+38=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 38 (15.23% from 255 or 67.86% from 56); Max value from RGB is 38 - color contains mainly: blue. Hex color #090926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090926 is #F6F6D9. Grayscale: #0C0C0C. Windows color (decimal): -16185050 or 2492681. OLE color: 2492681.

HSL color Cylindrical-coordinate representation of color #090926: hue angle of 240º 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 #090926 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 9 38 -
CMYK 0.76 0.76 0 0.85
HSL 240º 0.62% 0.09% -
HSV(B) 240º 0.76% 0.15% -
XYZ 0.56 0.39 1.88 -
YUV 12.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 9 9 38 0.76 0.76 0 0.85 240 0.62 0.09
Hex 9 9 26 4C 4C 0 55 F0 3E 9
Octal 11 11 46 114 114 0 125 360 76 11
Binary 1001 1001 100110 1001100 1001100 0 1010101 11110000 111110 1001

Color Harmonies of #090926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090926

Black with #090926

Text Example


Text Example

White with #090926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090926; }

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

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

background-color css

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

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

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

border-color css

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

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

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