#431F2B

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

Shades of Castro #431F2B

Tints of Castro #431F2B

Color information

#431F2B (or 0x431F2B) is unknown color: approx Castro. HEX triplet: 43, 1F and 2B. RGB value is (67,31,43). Sum of RGB (Red+Green+Blue) = 67+31+43=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F2B is #BCE0D4. Grayscale: #2B2B2B. Windows color (decimal): -12378325 or 2826051. OLE color: 2826051.

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

Color convert

RGB673143-
CMYK00.540.360.74
HSL340º36.73%19.22%-
HSV(B)340º53.73%26.27%-
XYZ3.242.352.57-
YUV43.13127.93145.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=47.52%
G=21.99%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67314300.540.360.7434036.7319.22
Hex431F2B036244A1542513
Octal1033753066441125244523
Binary1000011111111010110110110100100100101010101010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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