Html Css Color HEX #382129 Castro

📋 copy color: '#382129'

red 56 ◦ green 33 ◦ blue 41

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

Shades of Castro #382129

Tints of Castro #382129

RGB

 RED value IS 56 (22.27% from 255) = 43.08%

 GREEN value IS 33 (13.28% from 255) = 25.38%

 BLUE value IS 41 (16.41% from 255) = 31.54%

R = 43.08%
G = 25.38%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#382129 (or 0x382129) is known color: Castro. HEX triplet: 38, 21 and 29. RGB value is (56,33,41). Sum of RGB (Red+Green+Blue) = 56+33+41=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382129 is #C7DED6. Grayscale: #282828. Windows color (decimal): -13098711 or 2695480. OLE color: 2695480.

HSL color Cylindrical-coordinate representation of color #382129: hue angle of 339.13º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382129 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 41 -
CMYK 0 0.41 0.27 0.78
HSL 339.13º 0.26% 0.17% -
HSV(B) 339.13º 0.41% 0.22% -
XYZ 2.57 2.09 2.37 -
YUV 40.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 56 33 41 0 0.41 0.27 0.78 339.13 0.26 0.17
Hex 38 21 29 0 29 1B 4E 153 1A 11
Octal 70 41 51 0 51 33 116 523 32 21
Binary 111000 100001 101001 0 101001 11011 1001110 101010011 11010 10001

Color Harmonies of #382129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382129

Black with #382129

Text Example


Text Example

White with #382129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382129; }

 p { color: rgb(56,33,41); }

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

background-color css

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

 a { background-color: rgb(56,33,41); }

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

border-color css

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

 span { border-color: rgb(56,33,41); }

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