#431B28

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

Shades of Castro #431B28

Tints of Castro #431B28

Color information

#431B28 (or 0x431B28) is unknown color: approx Castro. HEX triplet: 43, 1B and 28. RGB value is (67,27,40). Sum of RGB (Red+Green+Blue) = 67+27+40=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #431B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B28 is #BCE4D7. Grayscale: #282828. Windows color (decimal): -12379352 or 2628419. OLE color: 2628419.

HSL color Cylindrical-coordinate representation of color #431B28: hue angle of 340.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B28 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB672740-
CMYK00.600.400.74
HSL340.5º42.55%18.43%-
HSV(B)340.5º59.7%26.27%-
XYZ3.092.132.26-
YUV40.44127.75146.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=50%
G=20.15%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67274000.600.400.74340.542.5518.43
Hex431B2803C284A1542b12
Octal1033350074501125245322
Binary1000011110111010000111100101000100101010101010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,27,40); }

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

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

 a { background-color: rgb(67,27,40); }

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

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

 span { border-color: rgb(67,27,40); }

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