Html Css Color HEX #040305 Blackcurrant

📋 copy color: '#040305'

red 4 ◦ green 3 ◦ blue 5

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

Shades of Blackcurrant #040305

Tints of Blackcurrant #040305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 25%

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

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#040305 (or 0x040305) is known color: Blackcurrant. HEX triplet: 04, 03 and 05. RGB value is (4,3,5). Sum of RGB (Red+Green+Blue) = 4+3+5=12 (1% of max value = 765). Red value is 4 (1.95% from 255 or 33.33% from 12); Green value is 3 (1.56% from 255 or 25% from 12); Blue value is 5 (2.34% from 255 or 41.67% from 12); Max value from RGB is 5 - color contains mainly: blue. Hex color #040305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040305 is #FBFCFA. Grayscale: #030303. Windows color (decimal): -16514299 or 328452. OLE color: 328452.

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

Color convert

RGB 4 3 5 -
CMYK 0.20 0.40 0 0.98
HSL 270º 0.25% 0.02% -
HSV(B) 270º 0.4% 0.02% -
XYZ 0.11 0.1 0.16 -
YUV 3.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 4 3 5 0.20 0.40 0 0.98 270 0.25 0.02
Hex 4 3 5 14 28 0 62 10E 19 2
Octal 4 3 5 24 50 0 142 416 31 2
Binary 100 11 101 10100 101000 0 1100010 100001110 11001 10

Color Harmonies of #040305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040305

Black with #040305

Text Example


Text Example

White with #040305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040305; }

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

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

background-color css

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

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

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

border-color css

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

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

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