Html Css Color HEX #44303C Barossa

📋 copy color: '#44303C'

red 68 ◦ green 48 ◦ blue 60

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

Shades of Barossa #44303C

Tints of Barossa #44303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.27%

 BLUE value IS 60 (23.83% from 255) = 34.09%

R = 38.64%
G = 27.27%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#44303C (or 0x44303C) is known color: Barossa. HEX triplet: 44, 30 and 3C. RGB value is (68,48,60). Sum of RGB (Red+Green+Blue) = 68+48+60=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 68 - color contains mainly: red. Hex color #44303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44303C is #BBCFC3. Grayscale: #373737. Windows color (decimal): -12308420 or 3944516. OLE color: 3944516.

HSL color Cylindrical-coordinate representation of color #44303C: hue angle of 324º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44303C is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 48 60 -
CMYK 0 0.29 0.12 0.73
HSL 324º 0.17% 0.23% -
HSV(B) 324º 0.29% 0.27% -
XYZ 4.26 3.67 4.76 -
YUV 55.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 68 48 60 0 0.29 0.12 0.73 324 0.17 0.23
Hex 44 30 3C 0 1D C 49 144 11 17
Octal 104 60 74 0 35 14 111 504 21 27
Binary 1000100 110000 111100 0 11101 1100 1001001 101000100 10001 10111

Color Harmonies of #44303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44303C

Black with #44303C

Text Example


Text Example

White with #44303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44303C; }

 p { color: rgb(68,48,60); }

 H1.HeaderClassName
 {
   color: #44303C;
 }
 .AnyTagClassName
 {
   color: #44303C;
 }
</style>

background-color css

<style>
 a { background-color: #44303C; }

 a { background-color: rgb(68,48,60); }

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

border-color css

<style>
 span { border-color: #44303C; }

 span { border-color: rgb(68,48,60); }

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