Html Css Color HEX #08000F Blackcurrant

📋 copy color: '#08000F'

red 8 ◦ green 0 ◦ blue 15

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

Shades of Blackcurrant #08000F

Tints of Blackcurrant #08000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.78%
G = 0%
B = 65.22%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#08000F (or 0x08000F) is known color: Blackcurrant. HEX triplet: 08, 00 and 0F. RGB value is (8,0,15). Sum of RGB (Red+Green+Blue) = 8+0+15=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 15 (6.25% from 255 or 65.22% from 23); Max value from RGB is 15 - color contains mainly: blue. Hex color #08000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08000F is #F7FFF0. Grayscale: #040404. Windows color (decimal): -16252913 or 983048. OLE color: 983048.

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

Color convert

RGB 8 0 15 -
CMYK 0.47 1 0 0.94
HSL 272º 1% 0.03% -
HSV(B) 272º 1% 0.06% -
XYZ 0.19 0.09 0.46 -
YUV 4.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 8 0 15 0.47 1 0 0.94 272 1 0.03
Hex 8 0 F 2F 64 0 5E 110 64 3
Octal 10 0 17 57 144 0 136 420 144 3
Binary 1000 0 1111 101111 1100100 0 1011110 100010000 1100100 11

Color Harmonies of #08000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08000F

Black with #08000F

Text Example


Text Example

White with #08000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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