Html Css Color HEX #44333B Barossa

📋 copy color: '#44333B'

red 68 ◦ green 51 ◦ blue 59

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

Shades of Barossa #44333B

Tints of Barossa #44333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

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

R = 38.2%
G = 28.65%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#44333B (or 0x44333B) is known color: Barossa. HEX triplet: 44, 33 and 3B. RGB value is (68,51,59). Sum of RGB (Red+Green+Blue) = 68+51+59=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #44333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44333B is #BBCCC4. Grayscale: #383838. Windows color (decimal): -12307653 or 3879748. OLE color: 3879748.

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

Color convert

RGB 68 51 59 -
CMYK 0 0.25 0.13 0.73
HSL 331.76º 0.14% 0.23% -
HSV(B) 331.76º 0.25% 0.27% -
XYZ 4.36 3.91 4.66 -
YUV 57 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 68 51 59 0 0.25 0.13 0.73 331.76 0.14 0.23
Hex 44 33 3B 0 19 D 49 14C E 17
Octal 104 63 73 0 31 15 111 514 16 27
Binary 1000100 110011 111011 0 11001 1101 1001001 101001100 1110 10111

Color Harmonies of #44333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44333B

Black with #44333B

Text Example


Text Example

White with #44333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,51,59); }

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

background-color css

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

 a { background-color: rgb(68,51,59); }

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

border-color css

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

 span { border-color: rgb(68,51,59); }

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