Html Css Color HEX #340444 Blackcurrant

📋 copy color: '#340444'

red 52 ◦ green 4 ◦ blue 68

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

Shades of Blackcurrant #340444

Tints of Blackcurrant #340444

RGB

 RED value IS 52 (20.7% from 255) = 41.94%

 GREEN value IS 4 (1.95% from 255) = 3.23%

 BLUE value IS 68 (26.95% from 255) = 54.84%

R = 41.94%
G = 3.23%
B = 54.84%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340444 (or 0x340444) is known color: Blackcurrant. HEX triplet: 34, 04 and 44. RGB value is (52,4,68). Sum of RGB (Red+Green+Blue) = 52+4+68=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #340444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340444 is #CBFBBB. Grayscale: #191919. Windows color (decimal): -13368252 or 4457524. OLE color: 4457524.

HSL color Cylindrical-coordinate representation of color #340444: hue angle of 285º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340444 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 4 68 -
CMYK 0.24 0.94 0 0.73
HSL 285º 0.89% 0.14% -
HSV(B) 285º 0.94% 0.27% -
XYZ 2.5 1.23 5.58 -
YUV 25.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 52 4 68 0.24 0.94 0 0.73 285 0.89 0.14
Hex 34 4 44 18 5E 0 49 11D 59 E
Octal 64 4 104 30 136 0 111 435 131 16
Binary 110100 100 1000100 11000 1011110 0 1001001 100011101 1011001 1110

Color Harmonies of #340444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340444

Black with #340444

Text Example


Text Example

White with #340444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340444; }

 p { color: rgb(52,4,68); }

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

background-color css

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

 a { background-color: rgb(52,4,68); }

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

border-color css

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

 span { border-color: rgb(52,4,68); }

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