Html Css Color HEX #342441 Blackcurrant

📋 copy color: '#342441'

red 52 ◦ green 36 ◦ blue 65

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

Shades of Blackcurrant #342441

Tints of Blackcurrant #342441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 42.48%

R = 33.99%
G = 23.53%
B = 42.48%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#342441 (or 0x342441) is known color: Blackcurrant. HEX triplet: 34, 24 and 41. RGB value is (52,36,65). Sum of RGB (Red+Green+Blue) = 52+36+65=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #342441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342441 is #CBDBBE. Grayscale: #2B2B2B. Windows color (decimal): -13360063 or 4269108. OLE color: 4269108.

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

Color convert

RGB 52 36 65 -
CMYK 0.20 0.45 0 0.75
HSL 273.1º 0.29% 0.2% -
HSV(B) 273.1º 0.45% 0.25% -
XYZ 3 2.37 5.3 -
YUV 44.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 52 36 65 0.20 0.45 0 0.75 273.1 0.29 0.2
Hex 34 24 41 14 2D 0 4B 111 1D 14
Octal 64 44 101 24 55 0 113 421 35 24
Binary 110100 100100 1000001 10100 101101 0 1001011 100010001 11101 10100

Color Harmonies of #342441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342441

Black with #342441

Text Example


Text Example

White with #342441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342441; }

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

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

background-color css

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

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

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

border-color css

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

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

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