#3B302B

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

Shades of Kilamanjaro #3B302B

Tints of Kilamanjaro #3B302B

Color information

#3B302B (or 0x3B302B) is unknown color: approx Kilamanjaro. HEX triplet: 3B, 30 and 2B. RGB value is (59,48,43). Sum of RGB (Red+Green+Blue) = 59+48+43=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B302B is #C4CFD4. Grayscale: #323232. Windows color (decimal): -12898261 or 2830395. OLE color: 2830395.

HSL color Cylindrical-coordinate representation of color #3B302B: hue angle of 18.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B302B is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB594843-
CMYK00.190.270.77
HSL18.75º15.69%20%-
HSV(B)18.75º27.12%23.14%-
XYZ3.33.222.73-
YUV50.72123.64133.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=39.33%
G=32%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59484300.190.270.7718.7515.6920
Hex3B302B0131B4D131014
Octal73605302333115232024
Binary111011110000101011010011110111001101100111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B302B; }

 p { color: rgb(59,48,43); }

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

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

 a { background-color: rgb(59,48,43); }

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

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

 span { border-color: rgb(59,48,43); }

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