Html Css Color HEX #43393D Barossa

📋 copy color: '#43393D'

red 67 ◦ green 57 ◦ blue 61

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

Shades of Barossa #43393D

Tints of Barossa #43393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.81%

 BLUE value IS 61 (24.22% from 255) = 32.97%

R = 36.22%
G = 30.81%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#43393D (or 0x43393D) is known color: Barossa. HEX triplet: 43, 39 and 3D. RGB value is (67,57,61). Sum of RGB (Red+Green+Blue) = 67+57+61=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 67 - color contains mainly: red. Hex color #43393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43393D is #BCC6C2. Grayscale: #3C3C3C. Windows color (decimal): -12371651 or 4012355. OLE color: 4012355.

HSL color Cylindrical-coordinate representation of color #43393D: hue angle of 336º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #43393D is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 57 61 -
CMYK 0 0.15 0.09 0.74
HSL 336º 0.08% 0.24% -
HSV(B) 336º 0.15% 0.26% -
XYZ 4.62 4.46 5.03 -
YUV 60.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 67 57 61 0 0.15 0.09 0.74 336 0.08 0.24
Hex 43 39 3D 0 F 9 4A 150 8 18
Octal 103 71 75 0 17 11 112 520 10 30
Binary 1000011 111001 111101 0 1111 1001 1001010 101010000 1000 11000

Color Harmonies of #43393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43393D

Black with #43393D

Text Example


Text Example

White with #43393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43393D; }

 p { color: rgb(67,57,61); }

 H1.HeaderClassName
 {
   color: #43393D;
 }
 .AnyTagClassName
 {
   color: #43393D;
 }
</style>

background-color css

<style>
 a { background-color: #43393D; }

 a { background-color: rgb(67,57,61); }

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

border-color css

<style>
 span { border-color: #43393D; }

 span { border-color: rgb(67,57,61); }

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