Html Css Color HEX #35283F Jagger

📋 copy color: '#35283F'

red 53 ◦ green 40 ◦ blue 63

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

Shades of Jagger #35283F

Tints of Jagger #35283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

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

R = 33.97%
G = 25.64%
B = 40.38%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35283F (or 0x35283F) is known color: Jagger. HEX triplet: 35, 28 and 3F. RGB value is (53,40,63). Sum of RGB (Red+Green+Blue) = 53+40+63=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 40 (16.02% from 255 or 25.64% 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 #35283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35283F is #CAD7C0. Grayscale: #2E2E2E. Windows color (decimal): -13293505 or 4139061. OLE color: 4139061.

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

Color convert

RGB 53 40 63 -
CMYK 0.16 0.37 0 0.75
HSL 273.91º 0.22% 0.2% -
HSV(B) 273.91º 0.37% 0.25% -
XYZ 3.12 2.63 5.05 -
YUV 46.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 53 40 63 0.16 0.37 0 0.75 273.91 0.22 0.2
Hex 35 28 3F 10 25 0 4B 112 16 14
Octal 65 50 77 20 45 0 113 422 26 24
Binary 110101 101000 111111 10000 100101 0 1001011 100010010 10110 10100

Color Harmonies of #35283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35283F

Black with #35283F

Text Example


Text Example

White with #35283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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