Html Css Color HEX #424041 Barossa

📋 copy color: '#424041'

red 66 ◦ green 64 ◦ blue 65

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

Shades of Barossa #424041

Tints of Barossa #424041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 33.85%
G = 32.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#424041 (or 0x424041) is known color: Barossa. HEX triplet: 42, 40 and 41. RGB value is (66,64,65). Sum of RGB (Red+Green+Blue) = 66+64+65=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 66 - color contains mainly: red. Hex color #424041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424041 is #BDBFBE. Grayscale: #404040. Windows color (decimal): -12435391 or 4276290. OLE color: 4276290.

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

Color convert

RGB 66 64 65 -
CMYK 0 0.03 0.02 0.74
HSL 330º 0.02% 0.25% -
HSV(B) 330º 0.03% 0.26% -
XYZ 5.03 5.21 5.74 -
YUV 64.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 66 64 65 0 0.03 0.02 0.74 330 0.02 0.25
Hex 42 40 41 0 3 2 4A 14A 2 19
Octal 102 100 101 0 3 2 112 512 2 31
Binary 1000010 1000000 1000001 0 11 10 1001010 101001010 10 11001

Color Harmonies of #424041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424041

Black with #424041

Text Example


Text Example

White with #424041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424041; }

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

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

background-color css

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

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

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

border-color css

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

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

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