Html Css Color HEX #040005 Blackcurrant

📋 copy color: '#040005'

red 4 ◦ green 0 ◦ blue 5

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

Shades of Blackcurrant #040005

Tints of Blackcurrant #040005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 55.56%

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#040005 (or 0x040005) is known color: Blackcurrant. HEX triplet: 04, 00 and 05. RGB value is (4,0,5). Sum of RGB (Red+Green+Blue) = 4+0+5=9 (1% of max value = 765). Red value is 4 (1.95% from 255 or 44.44% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 5 (2.34% from 255 or 55.56% from 9); Max value from RGB is 5 - color contains mainly: blue. Hex color #040005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040005 is #FBFFFA. Grayscale: #010101. Windows color (decimal): -16515067 or 327684. OLE color: 327684.

HSL color Cylindrical-coordinate representation of color #040005: hue angle of 288º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040005 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 4 0 5 -
CMYK 0.20 1 0 0.98
HSL 288º 1% 0.01% -
HSV(B) 288º 1% 0.02% -
XYZ 0.08 0.04 0.15 -
YUV 1.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 4 0 5 0.20 1 0 0.98 288 1 0.01
Hex 4 0 5 14 64 0 62 120 64 1
Octal 4 0 5 24 144 0 142 440 144 1
Binary 100 0 101 10100 1100100 0 1100010 100100000 1100100 1

Color Harmonies of #040005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040005

Black with #040005

Text Example


Text Example

White with #040005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040005; }

 p { color: rgb(4,0,5); }

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

background-color css

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

 a { background-color: rgb(4,0,5); }

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

border-color css

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

 span { border-color: rgb(4,0,5); }

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