Html Css Color HEX #42393D Barossa

📋 copy color: '#42393D'

red 66 ◦ green 57 ◦ blue 61

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

Shades of Barossa #42393D

Tints of Barossa #42393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.98%

 BLUE value IS 61 (24.22% from 255) = 33.15%

R = 35.87%
G = 30.98%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#42393D (or 0x42393D) is known color: Barossa. HEX triplet: 42, 39 and 3D. RGB value is (66,57,61). Sum of RGB (Red+Green+Blue) = 66+57+61=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 66 - color contains mainly: red. Hex color #42393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42393D is #BDC6C2. Grayscale: #3C3C3C. Windows color (decimal): -12437187 or 4012354. OLE color: 4012354.

HSL color Cylindrical-coordinate representation of color #42393D: hue angle of 333.33º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42393D is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 57 61 -
CMYK 0 0.14 0.08 0.74
HSL 333.33º 0.07% 0.24% -
HSV(B) 333.33º 0.14% 0.26% -
XYZ 4.55 4.42 5.03 -
YUV 60.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 66 57 61 0 0.14 0.08 0.74 333.33 0.07 0.24
Hex 42 39 3D 0 E 8 4A 14D 7 18
Octal 102 71 75 0 16 10 112 515 7 30
Binary 1000010 111001 111101 0 1110 1000 1001010 101001101 111 11000

Color Harmonies of #42393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42393D

Black with #42393D

Text Example


Text Example

White with #42393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42393D; }

 p { color: rgb(66,57,61); }

 H1.HeaderClassName
 {
   color: #42393D;
 }
 .AnyTagClassName
 {
   color: #42393D;
 }
</style>

background-color css

<style>
 a { background-color: #42393D; }

 a { background-color: rgb(66,57,61); }

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

border-color css

<style>
 span { border-color: #42393D; }

 span { border-color: rgb(66,57,61); }

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