Html Css Color HEX #34293F Jagger

📋 copy color: '#34293F'

red 52 ◦ green 41 ◦ blue 63

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

Shades of Jagger #34293F

Tints of Jagger #34293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

 BLUE value IS 63 (25% from 255) = 40.38%

R = 33.33%
G = 26.28%
B = 40.38%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#34293F (or 0x34293F) is known color: Jagger. HEX triplet: 34, 29 and 3F. RGB value is (52,41,63). Sum of RGB (Red+Green+Blue) = 52+41+63=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #34293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34293F is #CBD6C0. Grayscale: #2E2E2E. Windows color (decimal): -13358785 or 4139316. OLE color: 4139316.

HSL color Cylindrical-coordinate representation of color #34293F: hue angle of 270º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34293F is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 41 63 -
CMYK 0.17 0.35 0 0.75
HSL 270º 0.21% 0.2% -
HSV(B) 270º 0.35% 0.25% -
XYZ 3.11 2.67 5.06 -
YUV 46.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 52 41 63 0.17 0.35 0 0.75 270 0.21 0.2
Hex 34 29 3F 11 23 0 4B 10E 15 14
Octal 64 51 77 21 43 0 113 416 25 24
Binary 110100 101001 111111 10001 100011 0 1001011 100001110 10101 10100

Color Harmonies of #34293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34293F

Black with #34293F

Text Example


Text Example

White with #34293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34293F; }

 p { color: rgb(52,41,63); }

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

background-color css

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

 a { background-color: rgb(52,41,63); }

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

border-color css

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

 span { border-color: rgb(52,41,63); }

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