#381C27

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

Shades of Castro #381C27

Tints of Castro #381C27

Color information

#381C27 (or 0x381C27) is unknown color: approx Castro. HEX triplet: 38, 1C and 27. RGB value is (56,28,39). Sum of RGB (Red+Green+Blue) = 56+28+39=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #381C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C27 is #C7E3D8. Grayscale: #252525. Windows color (decimal): -13099993 or 2563128. OLE color: 2563128.

HSL color Cylindrical-coordinate representation of color #381C27: hue angle of 336.43º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C27 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB562839-
CMYK00.500.300.78
HSL336.43º33.33%16.47%-
HSV(B)336.43º50%21.96%-
XYZ2.411.822.14-
YUV37.63128.78141.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=45.53%
G=22.76%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56283900.500.300.78336.4333.3316.47
Hex381C270321E4E1502110
Octal703447062361165204120
Binary11100011100100111011001011110100111010101000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,28,39); }

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

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

 a { background-color: rgb(56,28,39); }

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

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

 span { border-color: rgb(56,28,39); }

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