Html Css Color HEX #23272B Blue Charcoal

📋 copy color: '#23272B'

red 35 ◦ green 39 ◦ blue 43

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

Shades of Blue Charcoal #23272B

Tints of Blue Charcoal #23272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.33%

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 29.91%
G = 33.33%
B = 36.75%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#23272B (or 0x23272B) is known color: Blue Charcoal. HEX triplet: 23, 27 and 2B. RGB value is (35,39,43). Sum of RGB (Red+Green+Blue) = 35+39+43=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 43 - color contains mainly: blue. Hex color #23272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23272B is #DCD8D4. Grayscale: #262626. Windows color (decimal): -14473429 or 2828067. OLE color: 2828067.

HSL color Cylindrical-coordinate representation of color #23272B: hue angle of 210º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #23272B is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 39 43 -
CMYK 0.19 0.09 0 0.83
HSL 210º 0.1% 0.15% -
HSV(B) 210º 0.19% 0.17% -
XYZ 1.85 1.98 2.57 -
YUV 38.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 35 39 43 0.19 0.09 0 0.83 210 0.1 0.15
Hex 23 27 2B 13 9 0 53 D2 A F
Octal 43 47 53 23 11 0 123 322 12 17
Binary 100011 100111 101011 10011 1001 0 1010011 11010010 1010 1111

Color Harmonies of #23272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23272B

Black with #23272B

Text Example


Text Example

White with #23272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23272B; }

 p { color: rgb(35,39,43); }

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

background-color css

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

 a { background-color: rgb(35,39,43); }

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

border-color css

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

 span { border-color: rgb(35,39,43); }

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