#39222A

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

Shades of Castro #39222A

Tints of Castro #39222A

Color information

#39222A (or 0x39222A) is unknown color: approx Castro. HEX triplet: 39, 22 and 2A. RGB value is (57,34,42). Sum of RGB (Red+Green+Blue) = 57+34+42=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #39222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39222A is #C6DDD5. Grayscale: #292929. Windows color (decimal): -13032918 or 2761273. OLE color: 2761273.

HSL color Cylindrical-coordinate representation of color #39222A: hue angle of 339.13º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #39222A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB573442-
CMYK00.400.260.78
HSL339.13º25.27%17.84%-
HSV(B)339.13º40.35%22.35%-
XYZ2.682.182.47-
YUV41.79128.12138.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=42.86%
G=25.56%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57344200.400.260.78339.1325.2717.84
Hex39222A0281A4E1531912
Octal714252050321165233122
Binary11100110001010101001010001101010011101010100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39222A; }

 p { color: rgb(57,34,42); }

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

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

 a { background-color: rgb(57,34,42); }

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

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

 span { border-color: rgb(57,34,42); }

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