#4B2530

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

Shades of Castro #4B2530

Tints of Castro #4B2530

Color information

#4B2530 (or 0x4B2530) is unknown color: approx Castro. HEX triplet: 4B, 25 and 30. RGB value is (75,37,48). Sum of RGB (Red+Green+Blue) = 75+37+48=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2530 is #B4DACF. Grayscale: #313131. Windows color (decimal): -11852496 or 3155275. OLE color: 3155275.

HSL color Cylindrical-coordinate representation of color #4B2530: hue angle of 342.63º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2530 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB753748-
CMYK00.510.360.71
HSL342.63º33.93%21.96%-
HSV(B)342.63º50.67%29.41%-
XYZ4.13.033.17-
YUV49.62127.09146.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.88%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 48 (19.14% from 255) = 30%
R=46.88%
G=23.12%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75374800.510.360.71342.6333.9321.96
Hex4B253003324471572216
Octal1134560063441075274226
Binary10010111001011100000110011100100100011110101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2530; }

 p { color: rgb(75,37,48); }

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

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

 a { background-color: rgb(75,37,48); }

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

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

 span { border-color: rgb(75,37,48); }

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