Html Css Color HEX #43393F Barossa

📋 copy color: '#43393F'

red 67 ◦ green 57 ◦ blue 63

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

Shades of Barossa #43393F

Tints of Barossa #43393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.69%

R = 35.83%
G = 30.48%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#43393F (or 0x43393F) is known color: Barossa. HEX triplet: 43, 39 and 3F. RGB value is (67,57,63). Sum of RGB (Red+Green+Blue) = 67+57+63=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 67 - color contains mainly: red. Hex color #43393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43393F is #BCC6C0. Grayscale: #3C3C3C. Windows color (decimal): -12371649 or 4143427. OLE color: 4143427.

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

Color convert

RGB 67 57 63 -
CMYK 0 0.15 0.06 0.74
HSL 324º 0.08% 0.24% -
HSV(B) 324º 0.15% 0.26% -
XYZ 4.68 4.48 5.32 -
YUV 60.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 67 57 63 0 0.15 0.06 0.74 324 0.08 0.24
Hex 43 39 3F 0 F 6 4A 144 8 18
Octal 103 71 77 0 17 6 112 504 10 30
Binary 1000011 111001 111111 0 1111 110 1001010 101000100 1000 11000

Color Harmonies of #43393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43393F

Black with #43393F

Text Example


Text Example

White with #43393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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