Html Css Color HEX #391E28 Castro

📋 copy color: '#391E28'

red 57 ◦ green 30 ◦ blue 40

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

Shades of Castro #391E28

Tints of Castro #391E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.62%

 BLUE value IS 40 (16.02% from 255) = 31.5%

R = 44.88%
G = 23.62%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#391E28 (or 0x391E28) is known color: Castro. HEX triplet: 39, 1E and 28. RGB value is (57,30,40). Sum of RGB (Red+Green+Blue) = 57+30+40=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #391E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E28 is #C6E1D7. Grayscale: #272727. Windows color (decimal): -13033944 or 2629177. OLE color: 2629177.

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

Color convert

RGB 57 30 40 -
CMYK 0 0.47 0.30 0.78
HSL 337.78º 0.31% 0.17% -
HSV(B) 337.78º 0.47% 0.22% -
XYZ 2.53 1.95 2.25 -
YUV 39.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 57 30 40 0 0.47 0.30 0.78 337.78 0.31 0.17
Hex 39 1E 28 0 2F 1E 4E 152 1F 11
Octal 71 36 50 0 57 36 116 522 37 21
Binary 111001 11110 101000 0 101111 11110 1001110 101010010 11111 10001

Color Harmonies of #391E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E28

Black with #391E28

Text Example


Text Example

White with #391E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,30,40); }

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

background-color css

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

 a { background-color: rgb(57,30,40); }

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

border-color css

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

 span { border-color: rgb(57,30,40); }

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