#44242C

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

Shades of Castro #44242C

Tints of Castro #44242C

Color information

#44242C (or 0x44242C) is unknown color: approx Castro. HEX triplet: 44, 24 and 2C. RGB value is (68,36,44). Sum of RGB (Red+Green+Blue) = 68+36+44=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44242C is #BBDBD3. Grayscale: #2E2E2E. Windows color (decimal): -12311508 or 2892868. OLE color: 2892868.

HSL color Cylindrical-coordinate representation of color #44242C: hue angle of 345º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44242C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB683644-
CMYK00.470.350.73
HSL345º30.77%20.39%-
HSV(B)345º47.06%26.67%-
XYZ3.472.672.72-
YUV46.48126.6143.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=45.95%
G=24.32%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68364400.470.350.7334530.7720.39
Hex44242C02F23491591f14
Octal1044454057431115313724
Binary1000100100100101100010111110001110010011010110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44242C; }

 p { color: rgb(68,36,44); }

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

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

 a { background-color: rgb(68,36,44); }

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

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

 span { border-color: rgb(68,36,44); }

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