Html Css Color HEX #09070B Blackcurrant

📋 copy color: '#09070B'

red 9 ◦ green 7 ◦ blue 11

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

Shades of Blackcurrant #09070B

Tints of Blackcurrant #09070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 25.93%

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

R = 33.33%
G = 25.93%
B = 40.74%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#09070B (or 0x09070B) is known color: Blackcurrant. HEX triplet: 09, 07 and 0B. RGB value is (9,7,11). Sum of RGB (Red+Green+Blue) = 9+7+11=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 11 - color contains mainly: blue. Hex color #09070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09070B is #F6F8F4. Grayscale: #080808. Windows color (decimal): -16185589 or 722697. OLE color: 722697.

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

Color convert

RGB 9 7 11 -
CMYK 0.18 0.36 0 0.96
HSL 270º 0.22% 0.04% -
HSV(B) 270º 0.36% 0.04% -
XYZ 0.25 0.23 0.35 -
YUV 8.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 9 7 11 0.18 0.36 0 0.96 270 0.22 0.04
Hex 9 7 B 12 24 0 60 10E 16 4
Octal 11 7 13 22 44 0 140 416 26 4
Binary 1001 111 1011 10010 100100 0 1100000 100001110 10110 100

Color Harmonies of #09070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09070B

Black with #09070B

Text Example


Text Example

White with #09070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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