#442730

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

Shades of Castro #442730

Tints of Castro #442730

Color information

#442730 (or 0x442730) is unknown color: approx Castro. HEX triplet: 44, 27 and 30. RGB value is (68,39,48). Sum of RGB (Red+Green+Blue) = 68+39+48=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442730 is #BBD8CF. Grayscale: #303030. Windows color (decimal): -12310736 or 3155780. OLE color: 3155780.

HSL color Cylindrical-coordinate representation of color #442730: hue angle of 341.38º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #442730 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB683948-
CMYK00.430.290.73
HSL341.38º27.1%20.98%-
HSV(B)341.38º42.65%26.67%-
XYZ3.642.893.16-
YUV48.7127.61141.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=43.87%
G=25.16%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68394800.430.290.73341.3827.120.98
Hex44273002B1D491551b15
Octal1044760053351115253325
Binary100010010011111000001010111110110010011010101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442730; }

 p { color: rgb(68,39,48); }

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

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

 a { background-color: rgb(68,39,48); }

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

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

 span { border-color: rgb(68,39,48); }

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