#44272E

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

Shades of Castro #44272E

Tints of Castro #44272E

Color information

#44272E (or 0x44272E) is unknown color: approx Castro. HEX triplet: 44, 27 and 2E. RGB value is (68,39,46). Sum of RGB (Red+Green+Blue) = 68+39+46=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #44272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44272E is #BBD8D1. Grayscale: #303030. Windows color (decimal): -12310738 or 3024708. OLE color: 3024708.

HSL color Cylindrical-coordinate representation of color #44272E: hue angle of 345.52º 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 #44272E is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB683946-
CMYK00.430.320.73
HSL345.52º27.1%20.98%-
HSV(B)345.52º42.65%26.67%-
XYZ3.62.882.95-
YUV48.47126.61141.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=44.44%
G=25.49%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68394600.430.320.73345.5227.120.98
Hex44272E02B204915a1b15
Octal1044756053401115323325
Binary1000100100111101110010101110000010010011010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44272E; }

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

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

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

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

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

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

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

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