#353230

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

Shades of Kilamanjaro #353230

Tints of Kilamanjaro #353230

Color information

#353230 (or 0x353230) is unknown color: approx Kilamanjaro. HEX triplet: 35, 32 and 30. RGB value is (53,50,48). Sum of RGB (Red+Green+Blue) = 53+50+48=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 53 - color contains mainly: red. Hex color #353230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353230 is #CACDCF. Grayscale: #323232. Windows color (decimal): -13290960 or 3158581. OLE color: 3158581.

HSL color Cylindrical-coordinate representation of color #353230: hue angle of 24º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353230 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB535048-
CMYK00.060.090.79
HSL24º4.95%19.8%-
HSV(B)24º9.43%20.78%-
XYZ3.143.253.26-
YUV50.67126.49129.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=35.10%
G=33.11%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53504800.060.090.79244.9519.8
Hex3532300694F18514
Octal656260061111730524
Binary1101011100101100000110100110011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353230; }

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

 H1.HeaderClassName
 {
   color: #353230;
 }
 .AnyTagClassName
 {
   color: #353230;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #353230;
 }
 .BgClassName
 {
   background-color: #353230;
 }
</style>
border-color css

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

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

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