Html Css Color HEX #442B3A Barossa

📋 copy color: '#442B3A'

red 68 ◦ green 43 ◦ blue 58

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

Shades of Barossa #442B3A

Tints of Barossa #442B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

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

R = 40.24%
G = 25.44%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#442B3A (or 0x442B3A) is known color: Barossa. HEX triplet: 44, 2B and 3A. RGB value is (68,43,58). Sum of RGB (Red+Green+Blue) = 68+43+58=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 68 - color contains mainly: red. Hex color #442B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B3A is #BBD4C5. Grayscale: #343434. Windows color (decimal): -12309702 or 3812164. OLE color: 3812164.

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

Color convert

RGB 68 43 58 -
CMYK 0 0.37 0.15 0.73
HSL 324º 0.23% 0.22% -
HSV(B) 324º 0.37% 0.27% -
XYZ 4.01 3.26 4.42 -
YUV 52.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 68 43 58 0 0.37 0.15 0.73 324 0.23 0.22
Hex 44 2B 3A 0 25 F 49 144 17 16
Octal 104 53 72 0 45 17 111 504 27 26
Binary 1000100 101011 111010 0 100101 1111 1001001 101000100 10111 10110

Color Harmonies of #442B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B3A

Black with #442B3A

Text Example


Text Example

White with #442B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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