#431D2B

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

Shades of Castro #431D2B

Tints of Castro #431D2B

Color information

#431D2B (or 0x431D2B) is unknown color: approx Castro. HEX triplet: 43, 1D and 2B. RGB value is (67,29,43). Sum of RGB (Red+Green+Blue) = 67+29+43=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #431D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D2B is #BCE2D4. Grayscale: #292929. Windows color (decimal): -12378837 or 2825539. OLE color: 2825539.

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

Color convert

RGB672943-
CMYK00.570.360.74
HSL337.89º39.58%18.82%-
HSV(B)337.89º56.72%26.27%-
XYZ3.192.252.55-
YUV41.96128.59145.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=48.20%
G=20.86%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67294300.570.360.74337.8939.5818.82
Hex431D2B039244A1522813
Octal1033553071441125225023
Binary1000011111011010110111001100100100101010101001010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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