#421E2B

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

Shades of Castro #421E2B

Tints of Castro #421E2B

Color information

#421E2B (or 0x421E2B) is unknown color: approx Castro. HEX triplet: 42, 1E and 2B. RGB value is (66,30,43). Sum of RGB (Red+Green+Blue) = 66+30+43=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E2B is #BDE1D4. Grayscale: #2A2A2A. Windows color (decimal): -12444117 or 2825794. OLE color: 2825794.

HSL color Cylindrical-coordinate representation of color #421E2B: hue angle of 338.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 #421E2B is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB663043-
CMYK00.550.350.74
HSL338.33º37.5%18.82%-
HSV(B)338.33º54.55%25.88%-
XYZ3.152.262.56-
YUV42.25128.43144.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=47.48%
G=21.58%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66304300.550.350.74338.3337.518.82
Hex421E2B037234A1522613
Octal1023653067431125224623
Binary1000010111101010110110111100011100101010101001010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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