#43202B

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

Shades of Castro #43202B

Tints of Castro #43202B

Color information

#43202B (or 0x43202B) is unknown color: approx Castro. HEX triplet: 43, 20 and 2B. RGB value is (67,32,43). Sum of RGB (Red+Green+Blue) = 67+32+43=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #43202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43202B is #BCDFD4. Grayscale: #2B2B2B. Windows color (decimal): -12378069 or 2826307. OLE color: 2826307.

HSL color Cylindrical-coordinate representation of color #43202B: hue angle of 341.14º 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 #43202B is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB673243-
CMYK00.520.360.74
HSL341.14º35.35%19.41%-
HSV(B)341.14º52.24%26.27%-
XYZ3.272.42.58-
YUV43.72127.6144.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.18%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=47.18%
G=22.54%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67324300.520.360.74341.1435.3519.41
Hex43202B034244A1552313
Octal1034053064441125254323
Binary10000111000001010110110100100100100101010101010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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