Html Css Color HEX #342440 Blackcurrant

📋 copy color: '#342440'

red 52 ◦ green 36 ◦ blue 64

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

Shades of Blackcurrant #342440

Tints of Blackcurrant #342440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.68%

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 34.21%
G = 23.68%
B = 42.11%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#342440 (or 0x342440) is known color: Blackcurrant. HEX triplet: 34, 24 and 40. RGB value is (52,36,64). Sum of RGB (Red+Green+Blue) = 52+36+64=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #342440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342440 is #CBDBBF. Grayscale: #2B2B2B. Windows color (decimal): -13360064 or 4203572. OLE color: 4203572.

HSL color Cylindrical-coordinate representation of color #342440: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #342440 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 36 64 -
CMYK 0.19 0.44 0 0.75
HSL 274.29º 0.28% 0.2% -
HSV(B) 274.29º 0.44% 0.25% -
XYZ 2.97 2.36 5.15 -
YUV 43.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 52 36 64 0.19 0.44 0 0.75 274.29 0.28 0.2
Hex 34 24 40 13 2C 0 4B 112 1C 14
Octal 64 44 100 23 54 0 113 422 34 24
Binary 110100 100100 1000000 10011 101100 0 1001011 100010010 11100 10100

Color Harmonies of #342440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342440

Black with #342440

Text Example


Text Example

White with #342440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342440; }

 p { color: rgb(52,36,64); }

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

background-color css

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

 a { background-color: rgb(52,36,64); }

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

border-color css

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

 span { border-color: rgb(52,36,64); }

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