Html Css Color HEX #442F3B Barossa

📋 copy color: '#442F3B'

red 68 ◦ green 47 ◦ blue 59

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

Shades of Barossa #442F3B

Tints of Barossa #442F3B

RGB

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

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

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

R = 39.08%
G = 27.01%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#442F3B (or 0x442F3B) is known color: Barossa. HEX triplet: 44, 2F and 3B. RGB value is (68,47,59). Sum of RGB (Red+Green+Blue) = 68+47+59=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 68 - color contains mainly: red. Hex color #442F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F3B is #BBD0C4. Grayscale: #363636. Windows color (decimal): -12308677 or 3878724. OLE color: 3878724.

HSL color Cylindrical-coordinate representation of color #442F3B: hue angle of 325.71º 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 #442F3B is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 47 59 -
CMYK 0 0.31 0.13 0.73
HSL 325.71º 0.18% 0.23% -
HSV(B) 325.71º 0.31% 0.27% -
XYZ 4.19 3.58 4.61 -
YUV 54.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 68 47 59 0 0.31 0.13 0.73 325.71 0.18 0.23
Hex 44 2F 3B 0 1F D 49 146 12 17
Octal 104 57 73 0 37 15 111 506 22 27
Binary 1000100 101111 111011 0 11111 1101 1001001 101000110 10010 10111

Color Harmonies of #442F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F3B

Black with #442F3B

Text Example


Text Example

White with #442F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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