#422530

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

Shades of Castro #422530

Tints of Castro #422530

Color information

#422530 (or 0x422530) is unknown color: approx Castro. HEX triplet: 42, 25 and 30. RGB value is (66,37,48). Sum of RGB (Red+Green+Blue) = 66+37+48=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #422530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422530 is #BDDACF. Grayscale: #2E2E2E. Windows color (decimal): -12442320 or 3155266. OLE color: 3155266.

HSL color Cylindrical-coordinate representation of color #422530: hue angle of 337.24º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #422530 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB663748-
CMYK00.440.270.74
HSL337.24º28.16%20.2%-
HSV(B)337.24º43.94%25.88%-
XYZ3.442.693.14-
YUV46.92128.61141.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=43.71%
G=24.50%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66374800.440.270.74337.2428.1620.2
Hex42253002C1B4A1511c14
Octal1024560054331125213424
Binary100001010010111000001011001101110010101010100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422530; }

 p { color: rgb(66,37,48); }

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

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

 a { background-color: rgb(66,37,48); }

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

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

 span { border-color: rgb(66,37,48); }

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