#431B2C

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

Shades of Castro #431B2C

Tints of Castro #431B2C

Color information

#431B2C (or 0x431B2C) is unknown color: approx Castro. HEX triplet: 43, 1B and 2C. RGB value is (67,27,44). Sum of RGB (Red+Green+Blue) = 67+27+44=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #431B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B2C is #BCE4D3. Grayscale: #282828. Windows color (decimal): -12379348 or 2890563. OLE color: 2890563.

HSL color Cylindrical-coordinate representation of color #431B2C: hue angle of 334.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 #431B2C is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB672744-
CMYK00.600.340.74
HSL334.5º42.55%18.43%-
HSV(B)334.5º59.7%26.27%-
XYZ3.162.162.63-
YUV40.9129.75146.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=48.55%
G=19.57%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67274400.600.340.74334.542.5518.43
Hex431B2C03C224A14e2b12
Octal1033354074421125165322
Binary1000011110111011000111100100010100101010100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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