Html Css Color HEX #040108 Blackcurrant

📋 copy color: '#040108'

red 4 ◦ green 1 ◦ blue 8

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

Shades of Blackcurrant #040108

Tints of Blackcurrant #040108

RGB

 RED value IS 4 (1.95% from 255) = 30.77%

 GREEN value IS 1 (0.78% from 255) = 7.69%

 BLUE value IS 8 (3.52% from 255) = 61.54%

R = 30.77%
G = 7.69%
B = 61.54%

CMYK

 C value IS 0.5

 M value IS 0.88

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#040108 (or 0x040108) is known color: Blackcurrant. HEX triplet: 04, 01 and 08. RGB value is (4,1,8). Sum of RGB (Red+Green+Blue) = 4+1+8=13 (1% of max value = 765). Red value is 4 (1.95% from 255 or 30.77% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 8 (3.52% from 255 or 61.54% from 13); Max value from RGB is 8 - color contains mainly: blue. Hex color #040108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040108 is #FBFEF7. Grayscale: #020202. Windows color (decimal): -16514808 or 524548. OLE color: 524548.

HSL color Cylindrical-coordinate representation of color #040108: hue angle of 265.71º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040108 is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 4 1 8 -
CMYK 0.5 0.88 0 0.97
HSL 265.71º 0.78% 0.02% -
HSV(B) 265.71º 0.88% 0.03% -
XYZ 0.1 0.07 0.24 -
YUV 2.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 4 1 8 0.5 0.88 0 0.97 265.71 0.78 0.02
Hex 4 1 8 32 58 0 61 10A 4E 2
Octal 4 1 10 62 130 0 141 412 116 2
Binary 100 1 1000 110010 1011000 0 1100001 100001010 1001110 10

Color Harmonies of #040108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040108

Black with #040108

Text Example


Text Example

White with #040108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040108; }

 p { color: rgb(4,1,8); }

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

background-color css

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

 a { background-color: rgb(4,1,8); }

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

border-color css

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

 span { border-color: rgb(4,1,8); }

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