Html Css Color HEX #090601 Black

📋 copy color: '#090601'

red 9 ◦ green 6 ◦ blue 1

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

Shades of Black #090601

Tints of Black #090601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 37.5%

 BLUE value IS 1 (0.78% from 255) = 6.25%

R = 56.25%
G = 37.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.96

RGB Variations

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

Color information

#090601 (or 0x090601) is known color: Black. HEX triplet: 09, 06 and 01. RGB value is (9,6,1). Sum of RGB (Red+Green+Blue) = 9+6+1=16 (2% of max value = 765). Red value is 9 (3.91% from 255 or 56.25% from 16); Green value is 6 (2.73% from 255 or 37.5% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 9 - color contains mainly: red. Hex color #090601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090601 is #F6F9FE. Grayscale: #060606. Windows color (decimal): -16185855 or 67081. OLE color: 67081.

HSL color Cylindrical-coordinate representation of color #090601: hue angle of 37.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090601 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.96.

Color convert

RGB 9 6 1 -
CMYK 0 0.33 0.89 0.96
HSL 37.5º 0.8% 0.02% -
HSV(B) 37.5º 0.89% 0.04% -
XYZ 0.18 0.19 0.06 -
YUV 6.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 9 6 1 0 0.33 0.89 0.96 37.5 0.8 0.02
Hex 9 6 1 0 21 59 60 26 50 2
Octal 11 6 1 0 41 131 140 46 120 2
Binary 1001 110 1 0 100001 1011001 1100000 100110 1010000 10

Color Harmonies of #090601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090601

Black with #090601

Text Example


Text Example

White with #090601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090601; }

 p { color: rgb(9,6,1); }

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

background-color css

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

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

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

border-color css

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

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

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