#432730

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

Shades of Castro #432730

Tints of Castro #432730

Color information

#432730 (or 0x432730) is unknown color: approx Castro. HEX triplet: 43, 27 and 30. RGB value is (67,39,48). Sum of RGB (Red+Green+Blue) = 67+39+48=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 67 - color contains mainly: red. Hex color #432730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432730 is #BCD8CF. Grayscale: #303030. Windows color (decimal): -12376272 or 3155779. OLE color: 3155779.

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

Color convert

RGB673948-
CMYK00.420.280.74
HSL340.71º26.42%20.78%-
HSV(B)340.71º41.79%26.27%-
XYZ3.572.863.16-
YUV48.4127.78141.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=43.51%
G=25.32%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67394800.420.280.74340.7126.4220.78
Hex43273002A1C4A1551a15
Octal1034760052341125253225
Binary100001110011111000001010101110010010101010101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432730; }

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

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

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

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

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

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

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

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