#42292F

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

Shades of Castro #42292F

Tints of Castro #42292F

Color information

#42292F (or 0x42292F) is unknown color: approx Castro. HEX triplet: 42, 29 and 2F. RGB value is (66,41,47). Sum of RGB (Red+Green+Blue) = 66+41+47=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #42292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42292F is #BDD6D0. Grayscale: #313131. Windows color (decimal): -12441297 or 3090754. OLE color: 3090754.

HSL color Cylindrical-coordinate representation of color #42292F: hue angle of 345.6º 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 #42292F is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB664147-
CMYK00.380.290.74
HSL345.6º23.36%20.98%-
HSV(B)345.6º37.88%25.88%-
XYZ3.552.953.07-
YUV49.16126.78140.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=42.86%
G=26.62%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66414700.380.290.74345.623.3620.98
Hex42292F0261D4A15a1715
Octal1025157046351125322725
Binary100001010100110111101001101110110010101010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42292F; }

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

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

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

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

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

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

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

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