#421828

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

Shades of Castro #421828

Tints of Castro #421828

Color information

#421828 (or 0x421828) is unknown color: approx Castro. HEX triplet: 42, 18 and 28. RGB value is (66,24,40). Sum of RGB (Red+Green+Blue) = 66+24+40=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #421828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421828 is #BDE7D7. Grayscale: #262626. Windows color (decimal): -12445656 or 2627650. OLE color: 2627650.

HSL color Cylindrical-coordinate representation of color #421828: hue angle of 337.14º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421828 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB662440-
CMYK00.640.390.74
HSL337.14º46.67%17.65%-
HSV(B)337.14º63.64%25.88%-
XYZ2.961.962.23-
YUV38.38128.91147.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=50.77%
G=18.46%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66244000.640.390.74337.1446.6717.65
Hex421828040274A1512f12
Octal10230500100471125215722
Binary10000101100010100001000000100111100101010101000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421828; }

 p { color: rgb(66,24,40); }

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

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

 a { background-color: rgb(66,24,40); }

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

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

 span { border-color: rgb(66,24,40); }

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