Html Css Color HEX #454141 Charcoal

📋 copy color: '#454141'

red 69 ◦ green 65 ◦ blue 65

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

Shades of Charcoal #454141

Tints of Charcoal #454141

RGB

 RED value IS 69 (27.34% from 255) = 34.67%

 GREEN value IS 65 (25.78% from 255) = 32.66%

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

R = 34.67%
G = 32.66%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#454141 (or 0x454141) is known color: Charcoal. HEX triplet: 45, 41 and 41. RGB value is (69,65,65). Sum of RGB (Red+Green+Blue) = 69+65+65=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 69 - color contains mainly: red. Hex color #454141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454141 is #BABEBE. Grayscale: #424242. Windows color (decimal): -12238527 or 4276549. OLE color: 4276549.

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

Color convert

RGB 69 65 65 -
CMYK 0 0.06 0.06 0.73
HSL 0.03% 0.26% -
HSV(B) 0.06% 0.27% -
XYZ 5.3 5.43 5.77 -
YUV 66.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 69 65 65 0 0.06 0.06 0.73 0 0.03 0.26
Hex 45 41 41 0 6 6 49 0 3 1A
Octal 105 101 101 0 6 6 111 0 3 32
Binary 1000101 1000001 1000001 0 110 110 1001001 0 11 11010

Color Harmonies of #454141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454141

Black with #454141

Text Example


Text Example

White with #454141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454141; }

 p { color: rgb(69,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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