#41262D

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

Shades of Castro #41262D

Tints of Castro #41262D

Color information

#41262D (or 0x41262D) is unknown color: approx Castro. HEX triplet: 41, 26 and 2D. RGB value is (65,38,45). Sum of RGB (Red+Green+Blue) = 65+38+45=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41262D is #BED9D2. Grayscale: #2E2E2E. Windows color (decimal): -12507603 or 2958913. OLE color: 2958913.

HSL color Cylindrical-coordinate representation of color #41262D: hue angle of 344.44º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41262D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB653845-
CMYK00.420.310.75
HSL344.44º26.21%20.2%-
HSV(B)344.44º41.54%25.49%-
XYZ3.352.72.83-
YUV46.87126.95140.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=43.92%
G=25.68%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65384500.420.310.75344.4426.2120.2
Hex41262D02A1F4B1581a14
Octal1014655052371135303224
Binary100000110011010110101010101111110010111010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41262D; }

 p { color: rgb(65,38,45); }

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

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

 a { background-color: rgb(65,38,45); }

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

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

 span { border-color: rgb(65,38,45); }

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