Html Css Color HEX #442F3C Barossa

📋 copy color: '#442F3C'

red 68 ◦ green 47 ◦ blue 60

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

Shades of Barossa #442F3C

Tints of Barossa #442F3C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.86%

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

R = 38.86%
G = 26.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#442F3C (or 0x442F3C) is known color: Barossa. HEX triplet: 44, 2F and 3C. RGB value is (68,47,60). Sum of RGB (Red+Green+Blue) = 68+47+60=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 68 - color contains mainly: red. Hex color #442F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F3C is #BBD0C3. Grayscale: #363636. Windows color (decimal): -12308676 or 3944260. OLE color: 3944260.

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

Color convert

RGB 68 47 60 -
CMYK 0 0.31 0.12 0.73
HSL 322.86º 0.18% 0.23% -
HSV(B) 322.86º 0.31% 0.27% -
XYZ 4.22 3.59 4.75 -
YUV 54.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 68 47 60 0 0.31 0.12 0.73 322.86 0.18 0.23
Hex 44 2F 3C 0 1F C 49 143 12 17
Octal 104 57 74 0 37 14 111 503 22 27
Binary 1000100 101111 111100 0 11111 1100 1001001 101000011 10010 10111

Color Harmonies of #442F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F3C

Black with #442F3C

Text Example


Text Example

White with #442F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442F3C; }

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

 H1.HeaderClassName
 {
   color: #442F3C;
 }
 .AnyTagClassName
 {
   color: #442F3C;
 }
</style>

background-color css

<style>
 a { background-color: #442F3C; }

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

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

border-color css

<style>
 span { border-color: #442F3C; }

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

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