Html Css Color HEX #08050D Blackcurrant

📋 copy color: '#08050D'

red 8 ◦ green 5 ◦ blue 13

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

Shades of Blackcurrant #08050D

Tints of Blackcurrant #08050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 50%

R = 30.77%
G = 19.23%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#08050D (or 0x08050D) is known color: Blackcurrant. HEX triplet: 08, 05 and 0D. RGB value is (8,5,13). Sum of RGB (Red+Green+Blue) = 8+5+13=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: blue. Hex color #08050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08050D is #F7FAF2. Grayscale: #060606. Windows color (decimal): -16251635 or 853256. OLE color: 853256.

HSL color Cylindrical-coordinate representation of color #08050D: hue angle of 262.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #08050D is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 5 13 -
CMYK 0.38 0.62 0 0.95
HSL 262.5º 0.44% 0.04% -
HSV(B) 262.5º 0.62% 0.05% -
XYZ 0.23 0.19 0.41 -
YUV 6.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 8 5 13 0.38 0.62 0 0.95 262.5 0.44 0.04
Hex 8 5 D 26 3E 0 5F 106 2C 4
Octal 10 5 15 46 76 0 137 406 54 4
Binary 1000 101 1101 100110 111110 0 1011111 100000110 101100 100

Color Harmonies of #08050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08050D

Black with #08050D

Text Example


Text Example

White with #08050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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