#442E35

Color #442E35 Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #442E35

Tints of Castro #442E35

Color information

#442E35 (or 0x442E35) is unknown color: approx 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

RGB684653-
CMYK00.320.220.73
HSL340.91º19.3%22.35%-
HSV(B)340.91º32.35%26.67%-
XYZ43.443.82-
YUV53.38127.79138.43-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68465300.320.220.73340.9119.322.35
Hex442E3502016491551316
Octal1045665040261115252326
Binary100010010111011010101000001011010010011010101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>