#422930

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

Shades of Castro #422930

Tints of Castro #422930

Color information

#422930 (or 0x422930) is unknown color: approx Castro. HEX triplet: 42, 29 and 30. RGB value is (66,41,48). Sum of RGB (Red+Green+Blue) = 66+41+48=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #422930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422930 is #BDD6CF. Grayscale: #313131. Windows color (decimal): -12441296 or 3156290. OLE color: 3156290.

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

Color convert

RGB664148-
CMYK00.380.270.74
HSL343.2º23.36%20.98%-
HSV(B)343.2º37.88%25.88%-
XYZ3.572.963.18-
YUV49.27127.28139.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=42.58%
G=26.45%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66414800.380.270.74343.223.3620.98
Hex4229300261B4A1571715
Octal1025160046331125272725
Binary100001010100111000001001101101110010101010101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422930; }

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

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

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

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

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

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

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

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