Html Css Color HEX #35303A Jagger

📋 copy color: '#35303A'

red 53 ◦ green 48 ◦ blue 58

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

Shades of Jagger #35303A

Tints of Jagger #35303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.19%

 BLUE value IS 58 (23.05% from 255) = 36.48%

R = 33.33%
G = 30.19%
B = 36.48%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35303A (or 0x35303A) is known color: Jagger. HEX triplet: 35, 30 and 3A. RGB value is (53,48,58). Sum of RGB (Red+Green+Blue) = 53+48+58=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 58 - color contains mainly: blue. Hex color #35303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35303A is #CACFC5. Grayscale: #323232. Windows color (decimal): -13291462 or 3813429. OLE color: 3813429.

HSL color Cylindrical-coordinate representation of color #35303A: hue angle of 270º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35303A is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 48 58 -
CMYK 0.09 0.17 0 0.77
HSL 270º 0.09% 0.21% -
HSV(B) 270º 0.17% 0.23% -
XYZ 3.29 3.18 4.44 -
YUV 50.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 53 48 58 0.09 0.17 0 0.77 270 0.09 0.21
Hex 35 30 3A 9 11 0 4D 10E 9 15
Octal 65 60 72 11 21 0 115 416 11 25
Binary 110101 110000 111010 1001 10001 0 1001101 100001110 1001 10101

Color Harmonies of #35303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35303A

Black with #35303A

Text Example


Text Example

White with #35303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35303A; }

 p { color: rgb(53,48,58); }

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

background-color css

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

 a { background-color: rgb(53,48,58); }

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

border-color css

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

 span { border-color: rgb(53,48,58); }

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