Html Css Color HEX #08050B Blackcurrant

📋 copy color: '#08050B'

red 8 ◦ green 5 ◦ blue 11

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

Shades of Blackcurrant #08050B

Tints of Blackcurrant #08050B

RGB

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

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

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

R = 33.33%
G = 20.83%
B = 45.83%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#08050B (or 0x08050B) is known color: Blackcurrant. HEX triplet: 08, 05 and 0B. RGB value is (8,5,11). Sum of RGB (Red+Green+Blue) = 8+5+11=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 11 (4.69% from 255 or 45.83% from 24); Max value from RGB is 11 - color contains mainly: blue. Hex color #08050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08050B is #F7FAF4. Grayscale: #060606. Windows color (decimal): -16251637 or 722184. OLE color: 722184.

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

Color convert

RGB 8 5 11 -
CMYK 0.27 0.55 0 0.96
HSL 270º 0.38% 0.03% -
HSV(B) 270º 0.55% 0.04% -
XYZ 0.21 0.18 0.34 -
YUV 6.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 8 5 11 0.27 0.55 0 0.96 270 0.38 0.03
Hex 8 5 B 1B 37 0 60 10E 26 3
Octal 10 5 13 33 67 0 140 416 46 3
Binary 1000 101 1011 11011 110111 0 1100000 100001110 100110 11

Color Harmonies of #08050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08050B

Black with #08050B

Text Example


Text Example

White with #08050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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