#431828

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

Shades of Castro #431828

Tints of Castro #431828

Color information

#431828 (or 0x431828) is unknown color: approx Castro. HEX triplet: 43, 18 and 28. RGB value is (67,24,40). Sum of RGB (Red+Green+Blue) = 67+24+40=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #431828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431828 is #BCE7D7. Grayscale: #262626. Windows color (decimal): -12380120 or 2627651. OLE color: 2627651.

HSL color Cylindrical-coordinate representation of color #431828: hue angle of 337.67º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431828 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB672440-
CMYK00.640.400.74
HSL337.67º47.25%17.84%-
HSV(B)337.67º64.18%26.27%-
XYZ3.0222.23-
YUV38.68128.75148.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=51.15%
G=18.32%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67244000.640.400.74337.6747.2517.84
Hex431828040284A1522f12
Octal10330500100501125225722
Binary10000111100010100001000000101000100101010101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431828; }

 p { color: rgb(67,24,40); }

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

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

 a { background-color: rgb(67,24,40); }

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

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

 span { border-color: rgb(67,24,40); }

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