Html Css Color HEX #43323B Barossa

📋 copy color: '#43323B'

red 67 ◦ green 50 ◦ blue 59

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

Shades of Barossa #43323B

Tints of Barossa #43323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

 BLUE value IS 59 (23.44% from 255) = 33.52%

R = 38.07%
G = 28.41%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#43323B (or 0x43323B) is known color: Barossa. HEX triplet: 43, 32 and 3B. RGB value is (67,50,59). Sum of RGB (Red+Green+Blue) = 67+50+59=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #43323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43323B is #BCCDC4. Grayscale: #383838. Windows color (decimal): -12373445 or 3879491. OLE color: 3879491.

HSL color Cylindrical-coordinate representation of color #43323B: hue angle of 328.24º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #43323B is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 50 59 -
CMYK 0 0.25 0.12 0.74
HSL 328.24º 0.15% 0.23% -
HSV(B) 328.24º 0.25% 0.26% -
XYZ 4.24 3.79 4.65 -
YUV 56.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 67 50 59 0 0.25 0.12 0.74 328.24 0.15 0.23
Hex 43 32 3B 0 19 C 4A 148 F 17
Octal 103 62 73 0 31 14 112 510 17 27
Binary 1000011 110010 111011 0 11001 1100 1001010 101001000 1111 10111

Color Harmonies of #43323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43323B

Black with #43323B

Text Example


Text Example

White with #43323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43323B; }

 p { color: rgb(67,50,59); }

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

background-color css

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

 a { background-color: rgb(67,50,59); }

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

border-color css

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

 span { border-color: rgb(67,50,59); }

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