#432430

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

Shades of Castro #432430

Tints of Castro #432430

Color information

#432430 (or 0x432430) is unknown color: approx Castro. HEX triplet: 43, 24 and 30. RGB value is (67,36,48). Sum of RGB (Red+Green+Blue) = 67+36+48=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #432430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432430 is #BCDBCF. Grayscale: #2E2E2E. Windows color (decimal): -12377040 or 3155011. OLE color: 3155011.

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

Color convert

RGB673648-
CMYK00.460.280.74
HSL336.77º30.1%20.2%-
HSV(B)336.77º46.27%26.27%-
XYZ3.482.673.13-
YUV46.64128.77142.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=44.37%
G=23.84%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67364800.460.280.74336.7730.120.2
Hex43243002E1C4A1511e14
Octal1034460056341125213624
Binary100001110010011000001011101110010010101010100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432430; }

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

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

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

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

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

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

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

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