#42262E

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

Shades of Castro #42262E

Tints of Castro #42262E

Color information

#42262E (or 0x42262E) is unknown color: approx Castro. HEX triplet: 42, 26 and 2E. RGB value is (66,38,46). Sum of RGB (Red+Green+Blue) = 66+38+46=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42262E is #BDD9D1. Grayscale: #2F2F2F. Windows color (decimal): -12442066 or 3024450. OLE color: 3024450.

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

Color convert

RGB663846-
CMYK00.420.300.74
HSL342.86º26.92%20.39%-
HSV(B)342.86º42.42%25.88%-
XYZ3.432.742.93-
YUV47.28127.28141.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 38 (15.23% from 255) = 25.33%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=44%
G=25.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66384600.420.300.74342.8626.9220.39
Hex42262E02A1E4A1571b14
Octal1024656052361125273324
Binary100001010011010111001010101111010010101010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42262E; }

 p { color: rgb(66,38,46); }

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

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

 a { background-color: rgb(66,38,46); }

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

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

 span { border-color: rgb(66,38,46); }

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