#43252F

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

Shades of Castro #43252F

Tints of Castro #43252F

Color information

#43252F (or 0x43252F) is unknown color: approx Castro. HEX triplet: 43, 25 and 2F. RGB value is (67,37,47). Sum of RGB (Red+Green+Blue) = 67+37+47=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #43252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43252F is #BCDAD0. Grayscale: #2F2F2F. Windows color (decimal): -12376785 or 3089731. OLE color: 3089731.

HSL color Cylindrical-coordinate representation of color #43252F: hue angle of 340º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43252F is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB673747-
CMYK00.450.300.74
HSL340º28.85%20.39%-
HSV(B)340º44.78%26.27%-
XYZ3.492.723.03-
YUV47.11127.94142.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=44.37%
G=24.50%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67374700.450.300.7434028.8520.39
Hex43252F02D1E4A1541d14
Octal1034557055361125243524
Binary100001110010110111101011011111010010101010101001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43252F; }

 p { color: rgb(67,37,47); }

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

<style>
 a { background-color: #43252F; }

 a { background-color: rgb(67,37,47); }

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

<style>
 span { border-color: #43252F; }

 span { border-color: rgb(67,37,47); }

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