#432530

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

Shades of Castro #432530

Tints of Castro #432530

Color information

#432530 (or 0x432530) is unknown color: approx Castro. HEX triplet: 43, 25 and 30. RGB value is (67,37,48). Sum of RGB (Red+Green+Blue) = 67+37+48=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #432530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432530 is #BCDACF. Grayscale: #2F2F2F. Windows color (decimal): -12376784 or 3155267. OLE color: 3155267.

HSL color Cylindrical-coordinate representation of color #432530: hue angle of 338º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #432530 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB673748-
CMYK00.450.280.74
HSL338º28.85%20.39%-
HSV(B)338º44.78%26.27%-
XYZ3.512.733.14-
YUV47.22128.44142.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=44.08%
G=24.34%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67374800.450.280.7433828.8520.39
Hex43253002D1C4A1521d14
Octal1034560055341125223524
Binary100001110010111000001011011110010010101010100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432530; }

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

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

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

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

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

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

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

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