Html Css Color HEX #43393E Barossa

📋 copy color: '#43393E'

red 67 ◦ green 57 ◦ blue 62

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

Shades of Barossa #43393E

Tints of Barossa #43393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.33%

R = 36.02%
G = 30.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.74

RGB Variations

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

Color information

#43393E (or 0x43393E) is known color: Barossa. HEX triplet: 43, 39 and 3E. RGB value is (67,57,62). Sum of RGB (Red+Green+Blue) = 67+57+62=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 67 - color contains mainly: red. Hex color #43393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43393E is #BCC6C1. Grayscale: #3C3C3C. Windows color (decimal): -12371650 or 4077891. OLE color: 4077891.

HSL color Cylindrical-coordinate representation of color #43393E: hue angle of 330º 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 #43393E is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 57 62 -
CMYK 0 0.15 0.07 0.74
HSL 330º 0.08% 0.24% -
HSV(B) 330º 0.15% 0.26% -
XYZ 4.65 4.47 5.17 -
YUV 60.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 67 57 62 0 0.15 0.07 0.74 330 0.08 0.24
Hex 43 39 3E 0 F 7 4A 14A 8 18
Octal 103 71 76 0 17 7 112 512 10 30
Binary 1000011 111001 111110 0 1111 111 1001010 101001010 1000 11000

Color Harmonies of #43393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43393E

Black with #43393E

Text Example


Text Example

White with #43393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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