#43202C

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

Shades of Castro #43202C

Tints of Castro #43202C

Color information

#43202C (or 0x43202C) is unknown color: approx Castro. HEX triplet: 43, 20 and 2C. RGB value is (67,32,44). Sum of RGB (Red+Green+Blue) = 67+32+44=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #43202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43202C is #BCDFD3. Grayscale: #2B2B2B. Windows color (decimal): -12378068 or 2891843. OLE color: 2891843.

HSL color Cylindrical-coordinate representation of color #43202C: hue angle of 339.43º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43202C is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB673244-
CMYK00.520.340.74
HSL339.43º35.35%19.41%-
HSV(B)339.43º52.24%26.27%-
XYZ3.292.412.67-
YUV43.83128.1144.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=46.85%
G=22.38%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67324400.520.340.74339.4335.3519.41
Hex43202C034224A1532313
Octal1034054064421125234323
Binary10000111000001011000110100100010100101010101001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43202C; }

 p { color: rgb(67,32,44); }

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

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

 a { background-color: rgb(67,32,44); }

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

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

 span { border-color: rgb(67,32,44); }

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