Html Css Color HEX #381925 Castro

📋 copy color: '#381925'

red 56 ◦ green 25 ◦ blue 37

#381925
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Castro #381925

Tints of Castro #381925

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 value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#381925 (or 0x381925) is known color: 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

RGB 56 25 37 -
CMYK 0 0.55 0.34 0.78
HSL 336.77º 0.38% 0.16% -
HSV(B) 336.77º 0.55% 0.22% -
XYZ 2.31 1.67 1.95 -
YUV 35.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 56 25 37 0 0.55 0.34 0.78 336.77 0.38 0.16
Hex 38 19 25 0 37 22 4E 151 26 10
Octal 70 31 45 0 67 42 116 521 46 20
Binary 111000 11001 100101 0 110111 100010 1001110 101010001 100110 10000

Color Harmonies of #381925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381925

Black with #381925

Text Example


Text Example

White with #381925

Text Example


Text Example

HTML Codes & Css Web 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>