Html Css Color HEX #42363A Barossa

📋 copy color: '#42363A'

red 66 ◦ green 54 ◦ blue 58

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

Shades of Barossa #42363A

Tints of Barossa #42363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.34%

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

R = 37.08%
G = 30.34%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42363A (or 0x42363A) is known color: Barossa. HEX triplet: 42, 36 and 3A. RGB value is (66,54,58). Sum of RGB (Red+Green+Blue) = 66+54+58=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #42363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42363A is #BDC9C5. Grayscale: #3A3A3A. Windows color (decimal): -12437958 or 3814978. OLE color: 3814978.

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

Color convert

RGB 66 54 58 -
CMYK 0 0.18 0.12 0.74
HSL 340º 0.1% 0.24% -
HSV(B) 340º 0.18% 0.26% -
XYZ 4.33 4.1 4.57 -
YUV 58.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 66 54 58 0 0.18 0.12 0.74 340 0.1 0.24
Hex 42 36 3A 0 12 C 4A 154 A 18
Octal 102 66 72 0 22 14 112 524 12 30
Binary 1000010 110110 111010 0 10010 1100 1001010 101010100 1010 11000

Color Harmonies of #42363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42363A

Black with #42363A

Text Example


Text Example

White with #42363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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