#44282F

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

Shades of Castro #44282F

Tints of Castro #44282F

Color information

#44282F (or 0x44282F) is unknown color: approx Castro. HEX triplet: 44, 28 and 2F. RGB value is (68,40,47). Sum of RGB (Red+Green+Blue) = 68+40+47=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #44282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44282F is #BBD7D0. Grayscale: #313131. Windows color (decimal): -12310481 or 3090500. OLE color: 3090500.

HSL color Cylindrical-coordinate representation of color #44282F: hue angle of 345º 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 #44282F is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB684047-
CMYK00.410.310.73
HSL345º25.93%21.18%-
HSV(B)345º41.18%26.67%-
XYZ3.662.953.07-
YUV49.17126.78141.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=43.87%
G=25.81%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68404700.410.310.7334525.9321.18
Hex44282F0291F491591a15
Octal1045057051371115313225
Binary100010010100010111101010011111110010011010110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44282F; }

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

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

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

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

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

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

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

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