#37252B

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

Shades of Castro #37252B

Tints of Castro #37252B

Color information

#37252B (or 0x37252B) is unknown color: approx Castro. HEX triplet: 37, 25 and 2B. RGB value is (55,37,43). Sum of RGB (Red+Green+Blue) = 55+37+43=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37252B is #C8DAD4. Grayscale: #2B2B2B. Windows color (decimal): -13163221 or 2827575. OLE color: 2827575.

HSL color Cylindrical-coordinate representation of color #37252B: hue angle of 340º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #37252B is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB553743-
CMYK00.330.220.78
HSL340º19.57%18.04%-
HSV(B)340º32.73%21.57%-
XYZ2.672.312.59-
YUV43.07127.96136.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.74%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=40.74%
G=27.41%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55374300.330.220.7834019.5718.04
Hex37252B021164E1541412
Octal674553041261165242422
Binary11011110010110101101000011011010011101010101001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37252B; }

 p { color: rgb(55,37,43); }

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

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

 a { background-color: rgb(55,37,43); }

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

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

 span { border-color: rgb(55,37,43); }

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