#43232C

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

Shades of Castro #43232C

Tints of Castro #43232C

Color information

#43232C (or 0x43232C) is unknown color: approx Castro. HEX triplet: 43, 23 and 2C. RGB value is (67,35,44). Sum of RGB (Red+Green+Blue) = 67+35+44=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #43232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43232C is #BCDCD3. Grayscale: #2D2D2D. Windows color (decimal): -12377300 or 2892611. OLE color: 2892611.

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

Color convert

RGB673544-
CMYK00.480.340.74
HSL343.12º31.37%20%-
HSV(B)343.12º47.76%26.27%-
XYZ3.372.582.7-
YUV45.59127.1143.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.89%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=45.89%
G=23.97%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67354400.480.340.74343.1231.3720
Hex43232C030224A1571f14
Octal1034354060421125273724
Binary1000011100011101100011000010001010010101010101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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