#232A31

Color #232A31 Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #232A31

Tints of Blue Charcoal #232A31

Color information

#232A31 (or 0x232A31) is unknown color: approx Blue Charcoal. HEX triplet: 23, 2A and 31. RGB value is (35,42,49). Sum of RGB (Red+Green+Blue) = 35+42+49=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #232A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A31 is #DCD5CE. Grayscale: #282828. Windows color (decimal): -14472655 or 3222051. OLE color: 3222051.

HSL color Cylindrical-coordinate representation of color #232A31: hue angle of 210º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232A31 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB354249-
CMYK0.290.1400.81
HSL210º16.67%16.47%-
HSV(B)210º28.57%19.22%-
XYZ2.082.243.23-
YUV40.7132.68123.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=27.78%
G=33.33%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3542490.290.1400.8121016.6716.47
Hex232A311DE051d21110
Octal435261351601213222120
Binary10001110101011000111101111001010001110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232A31; }

 p { color: rgb(35,42,49); }

 H1.HeaderClassName
 {
   color: #232A31;
 }
 .AnyTagClassName
 {
   color: #232A31;
 }
</style>
background-color css

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

 a { background-color: rgb(35,42,49); }

 div.DivClassName
 {
   background-color: #232A31;
 }
 .BgClassName
 {
   background-color: #232A31;
 }
</style>
border-color css

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

 span { border-color: rgb(35,42,49); }

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