#421E2A

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

Shades of Castro #421E2A

Tints of Castro #421E2A

Color information

#421E2A (or 0x421E2A) is unknown color: approx Castro. HEX triplet: 42, 1E and 2A. RGB value is (66,30,42). Sum of RGB (Red+Green+Blue) = 66+30+42=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #421E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E2A is #BDE1D5. Grayscale: #2A2A2A. Windows color (decimal): -12444118 or 2760258. OLE color: 2760258.

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

Color convert

RGB663042-
CMYK00.550.360.74
HSL340º37.5%18.82%-
HSV(B)340º54.55%25.88%-
XYZ3.132.252.46-
YUV42.13127.93145.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=47.83%
G=21.74%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66304200.550.360.7434037.518.82
Hex421E2A037244A1542613
Octal1023652067441125244623
Binary1000010111101010100110111100100100101010101010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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