Html Css Color HEX #09010B Blackcurrant

📋 copy color: '#09010B'

red 9 ◦ green 1 ◦ blue 11

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

Shades of Blackcurrant #09010B

Tints of Blackcurrant #09010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 52.38%

R = 42.86%
G = 4.76%
B = 52.38%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#09010B (or 0x09010B) is known color: Blackcurrant. HEX triplet: 09, 01 and 0B. RGB value is (9,1,11). Sum of RGB (Red+Green+Blue) = 9+1+11=21 (2% of max value = 765). Red value is 9 (3.91% from 255 or 42.86% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #09010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09010B is #F6FEF4. Grayscale: #040404. Windows color (decimal): -16187125 or 721161. OLE color: 721161.

HSL color Cylindrical-coordinate representation of color #09010B: hue angle of 288º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09010B is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 9 1 11 -
CMYK 0.18 0.91 0 0.96
HSL 288º 0.83% 0.02% -
HSV(B) 288º 0.91% 0.04% -
XYZ 0.18 0.1 0.33 -
YUV 4.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 9 1 11 0.18 0.91 0 0.96 288 0.83 0.02
Hex 9 1 B 12 5B 0 60 120 53 2
Octal 11 1 13 22 133 0 140 440 123 2
Binary 1001 1 1011 10010 1011011 0 1100000 100100000 1010011 10

Color Harmonies of #09010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09010B

Black with #09010B

Text Example


Text Example

White with #09010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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