Html Css Color HEX #09080A Blackcurrant

📋 copy color: '#09080A'

red 9 ◦ green 8 ◦ blue 10

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

Shades of Blackcurrant #09080A

Tints of Blackcurrant #09080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 29.63%

 BLUE value IS 10 (4.3% from 255) = 37.04%

R = 33.33%
G = 29.63%
B = 37.04%

CMYK

 C value IS 0.10

 M value IS 0.2

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#09080A (or 0x09080A) is known color: Blackcurrant. HEX triplet: 09, 08 and 0A. RGB value is (9,8,10). Sum of RGB (Red+Green+Blue) = 9+8+10=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 10 - color contains mainly: blue. Hex color #09080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09080A is #F6F7F5. Grayscale: #080808. Windows color (decimal): -16185334 or 657417. OLE color: 657417.

HSL color Cylindrical-coordinate representation of color #09080A: hue angle of 270º degrees, saturation: 0.11, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #09080A is Cyan = 0.10, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 9 8 10 -
CMYK 0.10 0.2 0 0.96
HSL 270º 0.11% 0.04% -
HSV(B) 270º 0.2% 0.04% -
XYZ 0.25 0.25 0.32 -
YUV 8.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 9 8 10 0.10 0.2 0 0.96 270 0.11 0.04
Hex 9 8 A A 14 0 60 10E B 4
Octal 11 10 12 12 24 0 140 416 13 4
Binary 1001 1000 1010 1010 10100 0 1100000 100001110 1011 100

Color Harmonies of #09080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09080A

Black with #09080A

Text Example


Text Example

White with #09080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09080A; }

 p { color: rgb(9,8,10); }

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

background-color css

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

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

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

border-color css

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

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

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