#431E2C

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

Shades of Castro #431E2C

Tints of Castro #431E2C

Color information

#431E2C (or 0x431E2C) is unknown color: approx Castro. HEX triplet: 43, 1E and 2C. RGB value is (67,30,44). Sum of RGB (Red+Green+Blue) = 67+30+44=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E2C is #BCE1D3. Grayscale: #2A2A2A. Windows color (decimal): -12378580 or 2891331. OLE color: 2891331.

HSL color Cylindrical-coordinate representation of color #431E2C: hue angle of 337.3º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #431E2C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB673044-
CMYK00.550.340.74
HSL337.3º38.14%19.02%-
HSV(B)337.3º55.22%26.27%-
XYZ3.232.32.66-
YUV42.66128.76145.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=47.52%
G=21.28%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67304400.550.340.74337.338.1419.02
Hex431E2C037224A1512613
Octal1033654067421125214623
Binary1000011111101011000110111100010100101010101000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431E2C; }

 p { color: rgb(67,30,44); }

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

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

 a { background-color: rgb(67,30,44); }

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

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

 span { border-color: rgb(67,30,44); }

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