Html Css Color HEX #391C27 Castro

📋 copy color: '#391C27'

red 57 ◦ green 28 ◦ blue 39

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

Shades of Castro #391C27

Tints of Castro #391C27

RGB

 RED value IS 57 (22.66% from 255) = 45.97%

 GREEN value IS 28 (11.33% from 255) = 22.58%

 BLUE value IS 39 (15.63% from 255) = 31.45%

R = 45.97%
G = 22.58%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#391C27 (or 0x391C27) is known color: Castro. HEX triplet: 39, 1C and 27. RGB value is (57,28,39). Sum of RGB (Red+Green+Blue) = 57+28+39=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #391C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C27 is #C6E3D8. Grayscale: #252525. Windows color (decimal): -13034457 or 2563129. OLE color: 2563129.

HSL color Cylindrical-coordinate representation of color #391C27: hue angle of 337.24º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391C27 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 28 39 -
CMYK 0 0.51 0.32 0.78
HSL 337.24º 0.34% 0.17% -
HSV(B) 337.24º 0.51% 0.22% -
XYZ 2.47 1.85 2.15 -
YUV 37.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 57 28 39 0 0.51 0.32 0.78 337.24 0.34 0.17
Hex 39 1C 27 0 33 20 4E 151 22 11
Octal 71 34 47 0 63 40 116 521 42 21
Binary 111001 11100 100111 0 110011 100000 1001110 101010001 100010 10001

Color Harmonies of #391C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C27

Black with #391C27

Text Example


Text Example

White with #391C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #391C27;
 }
 .AnyTagClassName
 {
   color: #391C27;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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