#44202B

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

Shades of Castro #44202B

Tints of Castro #44202B

Color information

#44202B (or 0x44202B) is unknown color: approx Castro. HEX triplet: 44, 20 and 2B. RGB value is (68,32,43). Sum of RGB (Red+Green+Blue) = 68+32+43=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #44202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44202B is #BBDFD4. Grayscale: #2C2C2C. Windows color (decimal): -12312533 or 2826308. OLE color: 2826308.

HSL color Cylindrical-coordinate representation of color #44202B: hue angle of 341.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44202B is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB683243-
CMYK00.530.370.73
HSL341.67º36%19.61%-
HSV(B)341.67º52.94%26.67%-
XYZ3.342.442.58-
YUV44.02127.43145.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=47.55%
G=22.38%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68324300.530.370.73341.673619.61
Hex44202B03525491562414
Octal1044053065451115264424
Binary10001001000001010110110101100101100100110101011010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44202B; }

 p { color: rgb(68,32,43); }

 H1.HeaderClassName
 {
   color: #44202B;
 }
 .AnyTagClassName
 {
   color: #44202B;
 }
</style>
background-color css

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

 a { background-color: rgb(68,32,43); }

 div.DivClassName
 {
   background-color: #44202B;
 }
 .BgClassName
 {
   background-color: #44202B;
 }
</style>
border-color css

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

 span { border-color: rgb(68,32,43); }

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