Html Css Color HEX #42343A Barossa

📋 copy color: '#42343A'

red 66 ◦ green 52 ◦ blue 58

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

Shades of Barossa #42343A

Tints of Barossa #42343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

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

R = 37.5%
G = 29.55%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42343A (or 0x42343A) is known color: Barossa. HEX triplet: 42, 34 and 3A. RGB value is (66,52,58). Sum of RGB (Red+Green+Blue) = 66+52+58=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #42343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42343A is #BDCBC5. Grayscale: #383838. Windows color (decimal): -12438470 or 3814466. OLE color: 3814466.

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

Color convert

RGB 66 52 58 -
CMYK 0 0.21 0.12 0.74
HSL 334.29º 0.12% 0.23% -
HSV(B) 334.29º 0.21% 0.26% -
XYZ 4.24 3.92 4.54 -
YUV 56.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 66 52 58 0 0.21 0.12 0.74 334.29 0.12 0.23
Hex 42 34 3A 0 15 C 4A 14E C 17
Octal 102 64 72 0 25 14 112 516 14 27
Binary 1000010 110100 111010 0 10101 1100 1001010 101001110 1100 10111

Color Harmonies of #42343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42343A

Black with #42343A

Text Example


Text Example

White with #42343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42343A; }

 p { color: rgb(66,52,58); }

 H1.HeaderClassName
 {
   color: #42343A;
 }
 .AnyTagClassName
 {
   color: #42343A;
 }
</style>

background-color css

<style>
 a { background-color: #42343A; }

 a { background-color: rgb(66,52,58); }

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

border-color css

<style>
 span { border-color: #42343A; }

 span { border-color: rgb(66,52,58); }

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