Html Css Color HEX #381C27 Castro

📋 copy color: '#381C27'

red 56 ◦ green 28 ◦ blue 39

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

Shades of Castro #381C27

Tints of Castro #381C27

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.63% from 255) = 31.71%

R = 45.53%
G = 22.76%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 56 28 39 -
CMYK 0 0.50 0.30 0.78
HSL 336.43º 0.33% 0.16% -
HSV(B) 336.43º 0.5% 0.22% -
XYZ 2.41 1.82 2.14 -
YUV 37.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 56 28 39 0 0.50 0.30 0.78 336.43 0.33 0.16
Hex 38 1C 27 0 32 1E 4E 150 21 10
Octal 70 34 47 0 62 36 116 520 41 20
Binary 111000 11100 100111 0 110010 11110 1001110 101010000 100001 10000

Color Harmonies of #381C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C27

Black with #381C27

Text Example


Text Example

White with #381C27

Text Example


Text Example

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