Html Css Color HEX #342641 Jagger

📋 copy color: '#342641'

red 52 ◦ green 38 ◦ blue 65

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

Shades of Jagger #342641

Tints of Jagger #342641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.52%

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

R = 33.55%
G = 24.52%
B = 41.94%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#342641 (or 0x342641) is known color: Jagger. HEX triplet: 34, 26 and 41. RGB value is (52,38,65). Sum of RGB (Red+Green+Blue) = 52+38+65=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #342641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342641 is #CBD9BE. Grayscale: #2D2D2D. Windows color (decimal): -13359551 or 4269620. OLE color: 4269620.

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

Color convert

RGB 52 38 65 -
CMYK 0.20 0.42 0 0.75
HSL 271.11º 0.26% 0.2% -
HSV(B) 271.11º 0.42% 0.25% -
XYZ 3.06 2.5 5.32 -
YUV 45.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 52 38 65 0.20 0.42 0 0.75 271.11 0.26 0.2
Hex 34 26 41 14 2A 0 4B 10F 1A 14
Octal 64 46 101 24 52 0 113 417 32 24
Binary 110100 100110 1000001 10100 101010 0 1001011 100001111 11010 10100

Color Harmonies of #342641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342641

Black with #342641

Text Example


Text Example

White with #342641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342641; }

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

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

background-color css

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

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

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

border-color css

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

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

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