Html Css Color HEX #23292E Blue Charcoal

📋 copy color: '#23292E'

red 35 ◦ green 41 ◦ blue 46

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

Shades of Blue Charcoal #23292E

Tints of Blue Charcoal #23292E

RGB

 RED value IS 35 (14.06% from 255) = 28.69%

 GREEN value IS 41 (16.41% from 255) = 33.61%

 BLUE value IS 46 (18.36% from 255) = 37.7%

R = 28.69%
G = 33.61%
B = 37.7%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23292E (or 0x23292E) is known color: Blue Charcoal. HEX triplet: 23, 29 and 2E. RGB value is (35,41,46). Sum of RGB (Red+Green+Blue) = 35+41+46=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 46 - color contains mainly: blue. Hex color #23292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23292E is #DCD6D1. Grayscale: #272727. Windows color (decimal): -14472914 or 3025187. OLE color: 3025187.

HSL color Cylindrical-coordinate representation of color #23292E: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #23292E is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 41 46 -
CMYK 0.24 0.11 0 0.82
HSL 207.27º 0.14% 0.16% -
HSV(B) 207.27º 0.24% 0.18% -
XYZ 1.98 2.14 2.89 -
YUV 39.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 35 41 46 0.24 0.11 0 0.82 207.27 0.14 0.16
Hex 23 29 2E 18 B 0 52 CF E 10
Octal 43 51 56 30 13 0 122 317 16 20
Binary 100011 101001 101110 11000 1011 0 1010010 11001111 1110 10000

Color Harmonies of #23292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23292E

Black with #23292E

Text Example


Text Example

White with #23292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23292E; }

 p { color: rgb(35,41,46); }

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

background-color css

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

 a { background-color: rgb(35,41,46); }

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

border-color css

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

 span { border-color: rgb(35,41,46); }

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