#3B282E

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

Shades of Castro #3B282E

Tints of Castro #3B282E

Color information

#3B282E (or 0x3B282E) is unknown color: approx Castro. HEX triplet: 3B, 28 and 2E. RGB value is (59,40,46). Sum of RGB (Red+Green+Blue) = 59+40+46=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 59 - color contains mainly: red. Hex color #3B282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B282E is #C4D7D1. Grayscale: #2E2E2E. Windows color (decimal): -12900306 or 3024955. OLE color: 3024955.

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

Color convert

RGB594046-
CMYK00.320.220.77
HSL341.05º19.19%19.41%-
HSV(B)341.05º32.2%23.14%-
XYZ3.062.642.93-
YUV46.36127.79137.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.69%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=40.69%
G=27.59%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59404600.320.220.77341.0519.1919.41
Hex3B282E020164D1551313
Octal735056040261155252323
Binary11101110100010111001000001011010011011010101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,40,46); }

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

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

 a { background-color: rgb(59,40,46); }

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

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

 span { border-color: rgb(59,40,46); }

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