Html Css Color HEX #43353A Barossa

📋 copy color: '#43353A'

red 67 ◦ green 53 ◦ blue 58

#43353A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #43353A

Tints of Barossa #43353A

RGB

 RED value IS 67 (26.56% from 255) = 37.64%

 GREEN value IS 53 (21.09% from 255) = 29.78%

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 37.64%
G = 29.78%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.74

RGB Variations

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

Color information

#43353A (or 0x43353A) is known color: Barossa. HEX triplet: 43, 35 and 3A. RGB value is (67,53,58). Sum of RGB (Red+Green+Blue) = 67+53+58=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 67 - color contains mainly: red. Hex color #43353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43353A is #BCCAC5. Grayscale: #393939. Windows color (decimal): -12372678 or 3814723. OLE color: 3814723.

HSL color Cylindrical-coordinate representation of color #43353A: hue angle of 338.57º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #43353A is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 53 58 -
CMYK 0 0.21 0.13 0.74
HSL 338.57º 0.12% 0.24% -
HSV(B) 338.57º 0.21% 0.26% -
XYZ 4.35 4.04 4.55 -
YUV 57.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 67 53 58 0 0.21 0.13 0.74 338.57 0.12 0.24
Hex 43 35 3A 0 15 D 4A 153 C 18
Octal 103 65 72 0 25 15 112 523 14 30
Binary 1000011 110101 111010 0 10101 1101 1001010 101010011 1100 11000

Color Harmonies of #43353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43353A

Black with #43353A

Text Example


Text Example

White with #43353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43353A; }

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

 H1.HeaderClassName
 {
   color: #43353A;
 }
 .AnyTagClassName
 {
   color: #43353A;
 }
</style>

background-color css

<style>
 a { background-color: #43353A; }

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

 div.DivClassName
 {
   background-color: #43353A;
 }
 .BgClassName
 {
   background-color: #43353A;
 }
</style>

border-color css

<style>
 span { border-color: #43353A; }

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

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