Html Css Color HEX #040205 Blackcurrant

📋 copy color: '#040205'

red 4 ◦ green 2 ◦ blue 5

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

Shades of Blackcurrant #040205

Tints of Blackcurrant #040205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 18.18%

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

R = 36.36%
G = 18.18%
B = 45.45%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#040205 (or 0x040205) is known color: Blackcurrant. HEX triplet: 04, 02 and 05. RGB value is (4,2,5). Sum of RGB (Red+Green+Blue) = 4+2+5=11 (1% of max value = 765). Red value is 4 (1.95% from 255 or 36.36% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 5 (2.34% from 255 or 45.45% from 11); Max value from RGB is 5 - color contains mainly: blue. Hex color #040205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040205 is #FBFDFA. Grayscale: #020202. Windows color (decimal): -16514555 or 328196. OLE color: 328196.

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

Color convert

RGB 4 2 5 -
CMYK 0.20 0.60 0 0.98
HSL 280º 0.43% 0.01% -
HSV(B) 280º 0.6% 0.02% -
XYZ 0.1 0.08 0.15 -
YUV 2.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 4 2 5 0.20 0.60 0 0.98 280 0.43 0.01
Hex 4 2 5 14 3C 0 62 118 2B 1
Octal 4 2 5 24 74 0 142 430 53 1
Binary 100 10 101 10100 111100 0 1100010 100011000 101011 1

Color Harmonies of #040205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040205

Black with #040205

Text Example


Text Example

White with #040205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040205; }

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

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

background-color css

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

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

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

border-color css

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

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

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