Html Css Color HEX #433E40 Barossa

📋 copy color: '#433E40'

red 67 ◦ green 62 ◦ blue 64

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

Shades of Barossa #433E40

Tints of Barossa #433E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 34.72%
G = 32.12%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#433E40 (or 0x433E40) is known color: Barossa. HEX triplet: 43, 3E and 40. RGB value is (67,62,64). Sum of RGB (Red+Green+Blue) = 67+62+64=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 67 - color contains mainly: red. Hex color #433E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433E40 is #BCC1BF. Grayscale: #3F3F3F. Windows color (decimal): -12370368 or 4210243. OLE color: 4210243.

HSL color Cylindrical-coordinate representation of color #433E40: hue angle of 336º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #433E40 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 62 64 -
CMYK 0 0.07 0.04 0.74
HSL 336º 0.04% 0.25% -
HSV(B) 336º 0.07% 0.26% -
XYZ 4.96 5.01 5.56 -
YUV 63.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 67 62 64 0 0.07 0.04 0.74 336 0.04 0.25
Hex 43 3E 40 0 7 4 4A 150 4 19
Octal 103 76 100 0 7 4 112 520 4 31
Binary 1000011 111110 1000000 0 111 100 1001010 101010000 100 11001

Color Harmonies of #433E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433E40

Black with #433E40

Text Example


Text Example

White with #433E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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