#421E2E

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

Shades of Castro #421E2E

Tints of Castro #421E2E

Color information

#421E2E (or 0x421E2E) is unknown color: approx Castro. HEX triplet: 42, 1E and 2E. RGB value is (66,30,46). Sum of RGB (Red+Green+Blue) = 66+30+46=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #421E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E2E is #BDE1D1. Grayscale: #2A2A2A. Windows color (decimal): -12444114 or 3022402. OLE color: 3022402.

HSL color Cylindrical-coordinate representation of color #421E2E: hue angle of 333.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #421E2E is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB663046-
CMYK00.550.300.74
HSL333.33º37.5%18.82%-
HSV(B)333.33º54.55%25.88%-
XYZ3.22.282.86-
YUV42.59129.93144.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=46.48%
G=21.13%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66304600.550.300.74333.3337.518.82
Hex421E2E0371E4A14d2613
Octal1023656067361125154623
Binary100001011110101110011011111110100101010100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421E2E; }

 p { color: rgb(66,30,46); }

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

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

 a { background-color: rgb(66,30,46); }

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

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

 span { border-color: rgb(66,30,46); }

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