Html Css Color HEX #42333A Barossa

📋 copy color: '#42333A'

red 66 ◦ green 51 ◦ blue 58

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

Shades of Barossa #42333A

Tints of Barossa #42333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 37.71%
G = 29.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42333A (or 0x42333A) is known color: Barossa. HEX triplet: 42, 33 and 3A. RGB value is (66,51,58). Sum of RGB (Red+Green+Blue) = 66+51+58=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 66 - color contains mainly: red. Hex color #42333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42333A is #BDCCC5. Grayscale: #383838. Windows color (decimal): -12438726 or 3814210. OLE color: 3814210.

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

Color convert

RGB 66 51 58 -
CMYK 0 0.23 0.12 0.74
HSL 332º 0.13% 0.23% -
HSV(B) 332º 0.23% 0.26% -
XYZ 4.19 3.83 4.52 -
YUV 56.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 66 51 58 0 0.23 0.12 0.74 332 0.13 0.23
Hex 42 33 3A 0 17 C 4A 14C D 17
Octal 102 63 72 0 27 14 112 514 15 27
Binary 1000010 110011 111010 0 10111 1100 1001010 101001100 1101 10111

Color Harmonies of #42333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42333A

Black with #42333A

Text Example


Text Example

White with #42333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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