Html Css Color HEX #08010B Blackcurrant

📋 copy color: '#08010B'

red 8 ◦ green 1 ◦ blue 11

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

Shades of Blackcurrant #08010B

Tints of Blackcurrant #08010B

RGB

 RED value IS 8 (3.52% from 255) = 40%

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

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

R = 40%
G = 5%
B = 55%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#08010B (or 0x08010B) is known color: Blackcurrant. HEX triplet: 08, 01 and 0B. RGB value is (8,1,11). Sum of RGB (Red+Green+Blue) = 8+1+11=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #08010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08010B is #F7FEF4. Grayscale: #040404. Windows color (decimal): -16252661 or 721160. OLE color: 721160.

HSL color Cylindrical-coordinate representation of color #08010B: hue angle of 282º 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 #08010B is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 1 11 -
CMYK 0.27 0.91 0 0.96
HSL 282º 0.83% 0.02% -
HSV(B) 282º 0.91% 0.04% -
XYZ 0.17 0.1 0.33 -
YUV 4.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 8 1 11 0.27 0.91 0 0.96 282 0.83 0.02
Hex 8 1 B 1B 5B 0 60 11A 53 2
Octal 10 1 13 33 133 0 140 432 123 2
Binary 1000 1 1011 11011 1011011 0 1100000 100011010 1010011 10

Color Harmonies of #08010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08010B

Black with #08010B

Text Example


Text Example

White with #08010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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