Html Css Color HEX #442E35 Castro

📋 copy color: '#442E35'

red 68 ◦ green 46 ◦ blue 53

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

Shades of Castro #442E35

Tints of Castro #442E35

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.54%

 BLUE value IS 53 (21.09% from 255) = 31.74%

R = 40.72%
G = 27.54%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#442E35 (or 0x442E35) is known color: Castro. HEX triplet: 44, 2E and 35. RGB value is (68,46,53). Sum of RGB (Red+Green+Blue) = 68+46+53=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #442E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E35 is #BBD1CA. Grayscale: #353535. Windows color (decimal): -12308939 or 3485252. OLE color: 3485252.

HSL color Cylindrical-coordinate representation of color #442E35: hue angle of 340.91º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #442E35 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 46 53 -
CMYK 0 0.32 0.22 0.73
HSL 340.91º 0.19% 0.22% -
HSV(B) 340.91º 0.32% 0.27% -
XYZ 4 3.44 3.82 -
YUV 53.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 68 46 53 0 0.32 0.22 0.73 340.91 0.19 0.22
Hex 44 2E 35 0 20 16 49 155 13 16
Octal 104 56 65 0 40 26 111 525 23 26
Binary 1000100 101110 110101 0 100000 10110 1001001 101010101 10011 10110

Color Harmonies of #442E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E35

Black with #442E35

Text Example


Text Example

White with #442E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442E35; }

 p { color: rgb(68,46,53); }

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

background-color css

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

 a { background-color: rgb(68,46,53); }

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

border-color css

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

 span { border-color: rgb(68,46,53); }

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