Html Css Color HEX #090C21 Black Russian

📋 copy color: '#090C21'

red 9 ◦ green 12 ◦ blue 33

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

Shades of Black Russian #090C21

Tints of Black Russian #090C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 22.22%

 BLUE value IS 33 (13.28% from 255) = 61.11%

R = 16.67%
G = 22.22%
B = 61.11%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#090C21 (or 0x090C21) is known color: Black Russian. HEX triplet: 09, 0C and 21. RGB value is (9,12,33). Sum of RGB (Red+Green+Blue) = 9+12+33=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #090C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C21 is #F6F3DE. Grayscale: #0D0D0D. Windows color (decimal): -16184287 or 2165769. OLE color: 2165769.

HSL color Cylindrical-coordinate representation of color #090C21: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #090C21 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 12 33 -
CMYK 0.73 0.64 0 0.87
HSL 232.5º 0.57% 0.08% -
HSV(B) 232.5º 0.73% 0.13% -
XYZ 0.52 0.43 1.49 -
YUV 13.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 9 12 33 0.73 0.64 0 0.87 232.5 0.57 0.08
Hex 9 C 21 49 40 0 57 E8 39 8
Octal 11 14 41 111 100 0 127 350 71 10
Binary 1001 1100 100001 1001001 1000000 0 1010111 11101000 111001 1000

Color Harmonies of #090C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C21

Black with #090C21

Text Example


Text Example

White with #090C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,12,33); }

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

background-color css

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

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

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

border-color css

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

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

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