Html Css Color HEX #08001A Blackcurrant

📋 copy color: '#08001A'

red 8 ◦ green 0 ◦ blue 26

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

Shades of Blackcurrant #08001A

Tints of Blackcurrant #08001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 76.47%

R = 23.53%
G = 0%
B = 76.47%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#08001A (or 0x08001A) is known color: Blackcurrant. HEX triplet: 08, 00 and 1A. RGB value is (8,0,26). Sum of RGB (Red+Green+Blue) = 8+0+26=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #08001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08001A is #F7FFE5. Grayscale: #050505. Windows color (decimal): -16252902 or 1703944. OLE color: 1703944.

HSL color Cylindrical-coordinate representation of color #08001A: hue angle of 258.46º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08001A is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 0 26 -
CMYK 0.69 1 0 0.90
HSL 258.46º 1% 0.05% -
HSV(B) 258.46º 1% 0.1% -
XYZ 0.29 0.13 0.99 -
YUV 5.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 8 0 26 0.69 1 0 0.90 258.46 1 0.05
Hex 8 0 1A 45 64 0 5A 102 64 5
Octal 10 0 32 105 144 0 132 402 144 5
Binary 1000 0 11010 1000101 1100100 0 1011010 100000010 1100100 101

Color Harmonies of #08001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08001A

Black with #08001A

Text Example


Text Example

White with #08001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08001A; }

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

 H1.HeaderClassName
 {
   color: #08001A;
 }
 .AnyTagClassName
 {
   color: #08001A;
 }
</style>

background-color css

<style>
 a { background-color: #08001A; }

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

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

border-color css

<style>
 span { border-color: #08001A; }

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

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