Html Css Color HEX #423E40 Barossa

📋 copy color: '#423E40'

red 66 ◦ green 62 ◦ blue 64

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

Shades of Barossa #423E40

Tints of Barossa #423E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.29%

 BLUE value IS 64 (25.39% from 255) = 33.33%

R = 34.38%
G = 32.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#423E40 (or 0x423E40) is known color: Barossa. HEX triplet: 42, 3E and 40. RGB value is (66,62,64). Sum of RGB (Red+Green+Blue) = 66+62+64=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 66 - color contains mainly: red. Hex color #423E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E40 is #BDC1BF. Grayscale: #3F3F3F. Windows color (decimal): -12435904 or 4210242. OLE color: 4210242.

HSL color Cylindrical-coordinate representation of color #423E40: hue angle of 330º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #423E40 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 62 64 -
CMYK 0 0.06 0.03 0.74
HSL 330º 0.03% 0.25% -
HSV(B) 330º 0.06% 0.26% -
XYZ 4.89 4.97 5.55 -
YUV 63.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 66 62 64 0 0.06 0.03 0.74 330 0.03 0.25
Hex 42 3E 40 0 6 3 4A 14A 3 19
Octal 102 76 100 0 6 3 112 512 3 31
Binary 1000010 111110 1000000 0 110 11 1001010 101001010 11 11001

Color Harmonies of #423E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E40

Black with #423E40

Text Example


Text Example

White with #423E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423E40; }

 p { color: rgb(66,62,64); }

 H1.HeaderClassName
 {
   color: #423E40;
 }
 .AnyTagClassName
 {
   color: #423E40;
 }
</style>

background-color css

<style>
 a { background-color: #423E40; }

 a { background-color: rgb(66,62,64); }

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

border-color css

<style>
 span { border-color: #423E40; }

 span { border-color: rgb(66,62,64); }

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