Html Css Color HEX #443439 Barossa

📋 copy color: '#443439'

red 68 ◦ green 52 ◦ blue 57

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

Shades of Barossa #443439

Tints of Barossa #443439

RGB

 RED value IS 68 (26.95% from 255) = 38.42%

 GREEN value IS 52 (20.7% from 255) = 29.38%

 BLUE value IS 57 (22.66% from 255) = 32.2%

R = 38.42%
G = 29.38%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#443439 (or 0x443439) is known color: Barossa. HEX triplet: 44, 34 and 39. RGB value is (68,52,57). Sum of RGB (Red+Green+Blue) = 68+52+57=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 68 - color contains mainly: red. Hex color #443439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443439 is #BBCBC6. Grayscale: #393939. Windows color (decimal): -12307399 or 3748932. OLE color: 3748932.

HSL color Cylindrical-coordinate representation of color #443439: hue angle of 341.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #443439 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 52 57 -
CMYK 0 0.24 0.16 0.73
HSL 341.25º 0.13% 0.24% -
HSV(B) 341.25º 0.24% 0.27% -
XYZ 4.35 3.98 4.41 -
YUV 57.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 68 52 57 0 0.24 0.16 0.73 341.25 0.13 0.24
Hex 44 34 39 0 18 10 49 155 D 18
Octal 104 64 71 0 30 20 111 525 15 30
Binary 1000100 110100 111001 0 11000 10000 1001001 101010101 1101 11000

Color Harmonies of #443439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443439

Black with #443439

Text Example


Text Example

White with #443439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443439; }

 p { color: rgb(68,52,57); }

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

background-color css

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

 a { background-color: rgb(68,52,57); }

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

border-color css

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

 span { border-color: rgb(68,52,57); }

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