#35303A

Color #35303A Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #35303A

Tints of Jagger #35303A

Color information

#35303A (or 0x35303A) is unknown color: approx 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

RGB534858-
CMYK0.090.1700.77
HSL270º9.43%20.78%-
HSV(B)270º17.24%22.75%-
XYZ3.293.184.44-
YUV50.64132.16129.69-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5348580.090.1700.772709.4320.78
Hex35303A91104D10e915
Octal656072112101154161125
Binary11010111000011101010011000101001101100001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>