#381925

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

Shades of Castro #381925

Tints of Castro #381925

Color information

#381925 (or 0x381925) is unknown color: approx Castro. HEX triplet: 38, 19 and 25. RGB value is (56,25,37). Sum of RGB (Red+Green+Blue) = 56+25+37=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #381925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381925 is #C7E6DA. Grayscale: #232323. Windows color (decimal): -13100763 or 2431288. OLE color: 2431288.

HSL color Cylindrical-coordinate representation of color #381925: hue angle of 336.77º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381925 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB562537-
CMYK00.550.340.78
HSL336.77º38.27%15.88%-
HSV(B)336.77º55.36%21.96%-
XYZ2.311.671.95-
YUV35.64128.77142.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=47.46%
G=21.19%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56253700.550.340.78336.7738.2715.88
Hex381925037224E1512610
Octal703145067421165214620
Binary111000110011001010110111100010100111010101000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381925; }

 p { color: rgb(56,25,37); }

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

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

 a { background-color: rgb(56,25,37); }

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

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

 span { border-color: rgb(56,25,37); }

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