#431F2A

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

Shades of Castro #431F2A

Tints of Castro #431F2A

Color information

#431F2A (or 0x431F2A) is unknown color: approx Castro. HEX triplet: 43, 1F and 2A. RGB value is (67,31,42). Sum of RGB (Red+Green+Blue) = 67+31+42=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #431F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F2A is #BCE0D5. Grayscale: #2B2B2B. Windows color (decimal): -12378326 or 2760515. OLE color: 2760515.

HSL color Cylindrical-coordinate representation of color #431F2A: hue angle of 341.67º 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 #431F2A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB673142-
CMYK00.540.370.74
HSL341.67º36.73%19.22%-
HSV(B)341.67º53.73%26.27%-
XYZ3.222.342.47-
YUV43.02127.43145.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.86%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 42 (16.80% from 255) = 30%
R=47.86%
G=22.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67314200.540.370.74341.6736.7319.22
Hex431F2A036254A1562513
Octal1033752066451125264523
Binary1000011111111010100110110100101100101010101011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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