Html Css Color HEX #040105 Blackcurrant

📋 copy color: '#040105'

red 4 ◦ green 1 ◦ blue 5

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

Shades of Blackcurrant #040105

Tints of Blackcurrant #040105

RGB

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

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

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

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#040105 (or 0x040105) is known color: Blackcurrant. HEX triplet: 04, 01 and 05. RGB value is (4,1,5). Sum of RGB (Red+Green+Blue) = 4+1+5=10 (1% of max value = 765). Red value is 4 (1.95% from 255 or 40% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 5 (2.34% from 255 or 50% from 10); Max value from RGB is 5 - color contains mainly: blue. Hex color #040105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040105 is #FBFEFA. Grayscale: #020202. Windows color (decimal): -16514811 or 327940. OLE color: 327940.

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

Color convert

RGB 4 1 5 -
CMYK 0.20 0.80 0 0.98
HSL 285º 0.67% 0.01% -
HSV(B) 285º 0.8% 0.02% -
XYZ 0.09 0.06 0.15 -
YUV 2.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 4 1 5 0.20 0.80 0 0.98 285 0.67 0.01
Hex 4 1 5 14 50 0 62 11D 43 1
Octal 4 1 5 24 120 0 142 435 103 1
Binary 100 1 101 10100 1010000 0 1100010 100011101 1000011 1

Color Harmonies of #040105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040105

Black with #040105

Text Example


Text Example

White with #040105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040105; }

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

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

background-color css

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

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

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

border-color css

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

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

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