Html Css Color HEX #442A3A Barossa

📋 copy color: '#442A3A'

red 68 ◦ green 42 ◦ blue 58

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

Shades of Barossa #442A3A

Tints of Barossa #442A3A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25%

 BLUE value IS 58 (23.05% from 255) = 34.52%

R = 40.48%
G = 25%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#442A3A (or 0x442A3A) is known color: Barossa. HEX triplet: 44, 2A and 3A. RGB value is (68,42,58). Sum of RGB (Red+Green+Blue) = 68+42+58=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 68 - color contains mainly: red. Hex color #442A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A3A is #BBD5C5. Grayscale: #333333. Windows color (decimal): -12309958 or 3811908. OLE color: 3811908.

HSL color Cylindrical-coordinate representation of color #442A3A: hue angle of 323.08º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A3A is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 42 58 -
CMYK 0 0.38 0.15 0.73
HSL 323.08º 0.24% 0.22% -
HSV(B) 323.08º 0.38% 0.27% -
XYZ 3.98 3.19 4.41 -
YUV 51.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 68 42 58 0 0.38 0.15 0.73 323.08 0.24 0.22
Hex 44 2A 3A 0 26 F 49 143 18 16
Octal 104 52 72 0 46 17 111 503 30 26
Binary 1000100 101010 111010 0 100110 1111 1001001 101000011 11000 10110

Color Harmonies of #442A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A3A

Black with #442A3A

Text Example


Text Example

White with #442A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,42,58); }

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

background-color css

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

 a { background-color: rgb(68,42,58); }

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

border-color css

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

 span { border-color: rgb(68,42,58); }

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