Html Css Color HEX #42313B Barossa

📋 copy color: '#42313B'

red 66 ◦ green 49 ◦ blue 59

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

Shades of Barossa #42313B

Tints of Barossa #42313B

RGB

 RED value IS 66 (26.17% from 255) = 37.93%

 GREEN value IS 49 (19.53% from 255) = 28.16%

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

R = 37.93%
G = 28.16%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42313B (or 0x42313B) is known color: Barossa. HEX triplet: 42, 31 and 3B. RGB value is (66,49,59). Sum of RGB (Red+Green+Blue) = 66+49+59=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #42313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42313B is #BDCEC4. Grayscale: #373737. Windows color (decimal): -12439237 or 3879234. OLE color: 3879234.

HSL color Cylindrical-coordinate representation of color #42313B: hue angle of 324.71º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #42313B is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 49 59 -
CMYK 0 0.26 0.11 0.74
HSL 324.71º 0.15% 0.23% -
HSV(B) 324.71º 0.26% 0.26% -
XYZ 4.13 3.67 4.63 -
YUV 55.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 66 49 59 0 0.26 0.11 0.74 324.71 0.15 0.23
Hex 42 31 3B 0 1A B 4A 145 F 17
Octal 102 61 73 0 32 13 112 505 17 27
Binary 1000010 110001 111011 0 11010 1011 1001010 101000101 1111 10111

Color Harmonies of #42313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42313B

Black with #42313B

Text Example


Text Example

White with #42313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42313B; }

 p { color: rgb(66,49,59); }

 H1.HeaderClassName
 {
   color: #42313B;
 }
 .AnyTagClassName
 {
   color: #42313B;
 }
</style>

background-color css

<style>
 a { background-color: #42313B; }

 a { background-color: rgb(66,49,59); }

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

border-color css

<style>
 span { border-color: #42313B; }

 span { border-color: rgb(66,49,59); }

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