Html Css Color HEX #08030F Blackcurrant

📋 copy color: '#08030F'

red 8 ◦ green 3 ◦ blue 15

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

Shades of Blackcurrant #08030F

Tints of Blackcurrant #08030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 11.54%

 BLUE value IS 15 (6.25% from 255) = 57.69%

R = 30.77%
G = 11.54%
B = 57.69%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#08030F (or 0x08030F) is known color: Blackcurrant. HEX triplet: 08, 03 and 0F. RGB value is (8,3,15). Sum of RGB (Red+Green+Blue) = 8+3+15=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #08030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08030F is #F7FCF0. Grayscale: #050505. Windows color (decimal): -16252145 or 983816. OLE color: 983816.

HSL color Cylindrical-coordinate representation of color #08030F: hue angle of 265º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08030F is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 3 15 -
CMYK 0.47 0.80 0 0.94
HSL 265º 0.67% 0.04% -
HSV(B) 265º 0.8% 0.06% -
XYZ 0.22 0.15 0.47 -
YUV 5.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 8 3 15 0.47 0.80 0 0.94 265 0.67 0.04
Hex 8 3 F 2F 50 0 5E 109 43 4
Octal 10 3 17 57 120 0 136 411 103 4
Binary 1000 11 1111 101111 1010000 0 1011110 100001001 1000011 100

Color Harmonies of #08030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08030F

Black with #08030F

Text Example


Text Example

White with #08030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08030F; }

 p { color: rgb(8,3,15); }

 H1.HeaderClassName
 {
   color: #08030F;
 }
 .AnyTagClassName
 {
   color: #08030F;
 }
</style>

background-color css

<style>
 a { background-color: #08030F; }

 a { background-color: rgb(8,3,15); }

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

border-color css

<style>
 span { border-color: #08030F; }

 span { border-color: rgb(8,3,15); }

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