Html Css Color HEX #442631 Castro

📋 copy color: '#442631'

red 68 ◦ green 38 ◦ blue 49

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

Shades of Castro #442631

Tints of Castro #442631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.52%

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

R = 43.87%
G = 24.52%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#442631 (or 0x442631) is known color: Castro. HEX triplet: 44, 26 and 31. RGB value is (68,38,49). Sum of RGB (Red+Green+Blue) = 68+38+49=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442631 is #BBD9CE. Grayscale: #303030. Windows color (decimal): -12310991 or 3221060. OLE color: 3221060.

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

Color convert

RGB 68 38 49 -
CMYK 0 0.44 0.28 0.73
HSL 338º 0.28% 0.21% -
HSV(B) 338º 0.44% 0.27% -
XYZ 3.63 2.84 3.26 -
YUV 48.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 68 38 49 0 0.44 0.28 0.73 338 0.28 0.21
Hex 44 26 31 0 2C 1C 49 152 1C 15
Octal 104 46 61 0 54 34 111 522 34 25
Binary 1000100 100110 110001 0 101100 11100 1001001 101010010 11100 10101

Color Harmonies of #442631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442631

Black with #442631

Text Example


Text Example

White with #442631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442631; }

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

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

background-color css

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

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

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

border-color css

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

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

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