Html Css Color HEX #09010A Blackcurrant

📋 copy color: '#09010A'

red 9 ◦ green 1 ◦ blue 10

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

Shades of Blackcurrant #09010A

Tints of Blackcurrant #09010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 5%

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

R = 45%
G = 5%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#09010A (or 0x09010A) is known color: Blackcurrant. HEX triplet: 09, 01 and 0A. RGB value is (9,1,10). Sum of RGB (Red+Green+Blue) = 9+1+10=20 (2% of max value = 765). Red value is 9 (3.91% from 255 or 45% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: blue. Hex color #09010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09010A is #F6FEF5. Grayscale: #040404. Windows color (decimal): -16187126 or 655625. OLE color: 655625.

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

Color convert

RGB 9 1 10 -
CMYK 0.10 0.90 0 0.96
HSL 293.33º 0.82% 0.02% -
HSV(B) 293.33º 0.9% 0.04% -
XYZ 0.18 0.1 0.3 -
YUV 4.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 9 1 10 0.10 0.90 0 0.96 293.33 0.82 0.02
Hex 9 1 A A 5A 0 60 125 52 2
Octal 11 1 12 12 132 0 140 445 122 2
Binary 1001 1 1010 1010 1011010 0 1100000 100100101 1010010 10

Color Harmonies of #09010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09010A

Black with #09010A

Text Example


Text Example

White with #09010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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