Html Css Color HEX #09050B Blackcurrant

📋 copy color: '#09050B'

red 9 ◦ green 5 ◦ blue 11

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

Shades of Blackcurrant #09050B

Tints of Blackcurrant #09050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 20%

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

R = 36%
G = 20%
B = 44%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#09050B (or 0x09050B) is known color: Blackcurrant. HEX triplet: 09, 05 and 0B. RGB value is (9,5,11). Sum of RGB (Red+Green+Blue) = 9+5+11=25 (3% of max value = 765). Red value is 9 (3.91% from 255 or 36% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 11 - color contains mainly: blue. Hex color #09050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09050B is #F6FAF4. Grayscale: #060606. Windows color (decimal): -16186101 or 722185. OLE color: 722185.

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

Color convert

RGB 9 5 11 -
CMYK 0.18 0.55 0 0.96
HSL 280º 0.38% 0.03% -
HSV(B) 280º 0.55% 0.04% -
XYZ 0.23 0.19 0.34 -
YUV 6.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 9 5 11 0.18 0.55 0 0.96 280 0.38 0.03
Hex 9 5 B 12 37 0 60 118 26 3
Octal 11 5 13 22 67 0 140 430 46 3
Binary 1001 101 1011 10010 110111 0 1100000 100011000 100110 11

Color Harmonies of #09050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09050B

Black with #09050B

Text Example


Text Example

White with #09050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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