#432B33

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

Shades of Castro #432B33

Tints of Castro #432B33

Color information

#432B33 (or 0x432B33) is unknown color: approx Castro. HEX triplet: 43, 2B and 33. RGB value is (67,43,51). Sum of RGB (Red+Green+Blue) = 67+43+51=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #432B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B33 is #BCD4CC. Grayscale: #333333. Windows color (decimal): -12375245 or 3353411. OLE color: 3353411.

HSL color Cylindrical-coordinate representation of color #432B33: hue angle of 340º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #432B33 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB674351-
CMYK00.360.240.74
HSL340º21.82%21.57%-
HSV(B)340º35.82%26.27%-
XYZ3.783.163.54-
YUV51.09127.95139.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 43 (17.19% from 255) = 26.71%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=41.61%
G=26.71%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67435100.360.240.7434021.8221.57
Hex432B33024184A1541616
Octal1035363044301125242626
Binary100001110101111001101001001100010010101010101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432B33; }

 p { color: rgb(67,43,51); }

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

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

 a { background-color: rgb(67,43,51); }

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

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

 span { border-color: rgb(67,43,51); }

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