#433A3F

Color #433A3F Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #433A3F

Tints of Barossa #433A3F

Color information

#433A3F (or 0x433A3F) is unknown color: approx Barossa. HEX triplet: 43, 3A and 3F. RGB value is (67,58,63). Sum of RGB (Red+Green+Blue) = 67+58+63=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 67 - color contains mainly: red. Hex color #433A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433A3F is #BCC5C0. Grayscale: #3D3D3D. Windows color (decimal): -12371393 or 4143683. OLE color: 4143683.

HSL color Cylindrical-coordinate representation of color #433A3F: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #433A3F is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB675863-
CMYK00.130.060.74
HSL326.67º7.2%24.51%-
HSV(B)326.67º13.43%26.27%-
XYZ4.724.585.34-
YUV61.26128.98132.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.64%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 63 (25% from 255) = 33.51%
R=35.64%
G=30.85%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67586300.130.060.74326.677.224.51
Hex433A3F0D64A147719
Octal10372770156112507731
Binary100001111101011111101101110100101010100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433A3F; }

 p { color: rgb(67,58,63); }

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

<style>
 a { background-color: #433A3F; }

 a { background-color: rgb(67,58,63); }

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

<style>
 span { border-color: #433A3F; }

 span { border-color: rgb(67,58,63); }

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