Html Css Color HEX #09000A Blackcurrant

📋 copy color: '#09000A'

red 9 ◦ green 0 ◦ blue 10

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

Shades of Blackcurrant #09000A

Tints of Blackcurrant #09000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.37%
G = 0%
B = 52.63%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#09000A (or 0x09000A) is known color: Blackcurrant. HEX triplet: 09, 00 and 0A. RGB value is (9,0,10). Sum of RGB (Red+Green+Blue) = 9+0+10=19 (2% of max value = 765). Red value is 9 (3.91% from 255 or 47.37% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #09000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09000A is #F6FFF5. Grayscale: #030303. Windows color (decimal): -16187382 or 655369. OLE color: 655369.

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

Color convert

RGB 9 0 10 -
CMYK 0.10 1 0 0.96
HSL 294º 1% 0.02% -
HSV(B) 294º 1% 0.04% -
XYZ 0.17 0.08 0.29 -
YUV 3.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 9 0 10 0.10 1 0 0.96 294 1 0.02
Hex 9 0 A A 64 0 60 126 64 2
Octal 11 0 12 12 144 0 140 446 144 2
Binary 1001 0 1010 1010 1100100 0 1100000 100100110 1100100 10

Color Harmonies of #09000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09000A

Black with #09000A

Text Example


Text Example

White with #09000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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