Html Css Color HEX #381F28 Castro

📋 copy color: '#381F28'

red 56 ◦ green 31 ◦ blue 40

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

Shades of Castro #381F28

Tints of Castro #381F28

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.5%

R = 44.09%
G = 24.41%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#381F28 (or 0x381F28) is known color: 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

RGB 56 31 40 -
CMYK 0 0.45 0.29 0.78
HSL 338.4º 0.29% 0.17% -
HSV(B) 338.4º 0.45% 0.22% -
XYZ 2.5 1.97 2.26 -
YUV 39.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 56 31 40 0 0.45 0.29 0.78 338.4 0.29 0.17
Hex 38 1F 28 0 2D 1D 4E 152 1D 11
Octal 70 37 50 0 55 35 116 522 35 21
Binary 111000 11111 101000 0 101101 11101 1001110 101010010 11101 10001

Color Harmonies of #381F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F28

Black with #381F28

Text Example


Text Example

White with #381F28

Text Example


Text Example

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