#431C2B

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

Shades of Castro #431C2B

Tints of Castro #431C2B

Color information

#431C2B (or 0x431C2B) is unknown color: approx Castro. HEX triplet: 43, 1C and 2B. RGB value is (67,28,43). Sum of RGB (Red+Green+Blue) = 67+28+43=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #431C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C2B is #BCE3D4. Grayscale: #292929. Windows color (decimal): -12379093 or 2825283. OLE color: 2825283.

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

Color convert

RGB672843-
CMYK00.580.360.74
HSL336.92º41.05%18.63%-
HSV(B)336.92º58.21%26.27%-
XYZ3.172.22.54-
YUV41.37128.92146.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=48.55%
G=20.29%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67284300.580.360.74336.9241.0518.63
Hex431C2B03A244A1512913
Octal1033453072441125215123
Binary1000011111001010110111010100100100101010101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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