#381F28

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

Shades of Castro #381F28

Tints of Castro #381F28

Color information

#381F28 (or 0x381F28) is unknown color: approx Castro. HEX triplet: 38, 1F and 28. RGB value is (56,31,40). Sum of RGB (Red+Green+Blue) = 56+31+40=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F28 is #C7E0D7. Grayscale: #272727. Windows color (decimal): -13099224 or 2629432. OLE color: 2629432.

HSL color Cylindrical-coordinate representation of color #381F28: hue angle of 338.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #381F28 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB563140-
CMYK00.450.290.78
HSL338.4º28.74%17.06%-
HSV(B)338.4º44.64%21.96%-
XYZ2.51.972.26-
YUV39.5128.28139.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=44.09%
G=24.41%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56314000.450.290.78338.428.7417.06
Hex381F2802D1D4E1521d11
Octal703750055351165223521
Binary1110001111110100001011011110110011101010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381F28; }

 p { color: rgb(56,31,40); }

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

<style>
 a { background-color: #381F28; }

 a { background-color: rgb(56,31,40); }

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

<style>
 span { border-color: #381F28; }

 span { border-color: rgb(56,31,40); }

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