Html Css Color HEX #35293F Jagger

📋 copy color: '#35293F'

red 53 ◦ green 41 ◦ blue 63

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

Shades of Jagger #35293F

Tints of Jagger #35293F

RGB

 RED value IS 53 (21.09% from 255) = 33.76%

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

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

R = 33.76%
G = 26.11%
B = 40.13%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35293F (or 0x35293F) is known color: Jagger. HEX triplet: 35, 29 and 3F. RGB value is (53,41,63). Sum of RGB (Red+Green+Blue) = 53+41+63=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #35293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35293F is #CAD6C0. Grayscale: #2F2F2F. Windows color (decimal): -13293249 or 4139317. OLE color: 4139317.

HSL color Cylindrical-coordinate representation of color #35293F: hue angle of 272.73º 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 #35293F is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 41 63 -
CMYK 0.16 0.35 0 0.75
HSL 272.73º 0.21% 0.2% -
HSV(B) 272.73º 0.35% 0.25% -
XYZ 3.16 2.7 5.06 -
YUV 47.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 53 41 63 0.16 0.35 0 0.75 272.73 0.21 0.2
Hex 35 29 3F 10 23 0 4B 111 15 14
Octal 65 51 77 20 43 0 113 421 25 24
Binary 110101 101001 111111 10000 100011 0 1001011 100010001 10101 10100

Color Harmonies of #35293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35293F

Black with #35293F

Text Example


Text Example

White with #35293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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