Html Css Color HEX #442831 Castro

📋 copy color: '#442831'

red 68 ◦ green 40 ◦ blue 49

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

Shades of Castro #442831

Tints of Castro #442831

RGB

 RED value IS 68 (26.95% from 255) = 43.31%

 GREEN value IS 40 (16.02% from 255) = 25.48%

 BLUE value IS 49 (19.53% from 255) = 31.21%

R = 43.31%
G = 25.48%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#442831 (or 0x442831) is known color: Castro. HEX triplet: 44, 28 and 31. RGB value is (68,40,49). Sum of RGB (Red+Green+Blue) = 68+40+49=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #442831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442831 is #BBD7CE. Grayscale: #313131. Windows color (decimal): -12310479 or 3221572. OLE color: 3221572.

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

Color convert

RGB 68 40 49 -
CMYK 0 0.41 0.28 0.73
HSL 340.71º 0.26% 0.21% -
HSV(B) 340.71º 0.41% 0.27% -
XYZ 3.7 2.97 3.28 -
YUV 49.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 68 40 49 0 0.41 0.28 0.73 340.71 0.26 0.21
Hex 44 28 31 0 29 1C 49 155 1A 15
Octal 104 50 61 0 51 34 111 525 32 25
Binary 1000100 101000 110001 0 101001 11100 1001001 101010101 11010 10101

Color Harmonies of #442831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442831

Black with #442831

Text Example


Text Example

White with #442831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442831; }

 p { color: rgb(68,40,49); }

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

background-color css

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

 a { background-color: rgb(68,40,49); }

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

border-color css

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

 span { border-color: rgb(68,40,49); }

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