#43212B

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

Shades of Castro #43212B

Tints of Castro #43212B

Color information

#43212B (or 0x43212B) is unknown color: approx Castro. HEX triplet: 43, 21 and 2B. RGB value is (67,33,43). Sum of RGB (Red+Green+Blue) = 67+33+43=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #43212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43212B is #BCDED4. Grayscale: #2C2C2C. Windows color (decimal): -12377813 or 2826563. OLE color: 2826563.

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

Color convert

RGB673343-
CMYK00.510.360.74
HSL342.35º34%19.61%-
HSV(B)342.35º50.75%26.27%-
XYZ3.292.462.59-
YUV44.31127.26144.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=46.85%
G=23.08%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67334300.510.360.74342.353419.61
Hex43212B033244A1562214
Octal1034153063441125264224
Binary10000111000011010110110011100100100101010101011010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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