#232B31

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

Shades of Blue Charcoal #232B31

Tints of Blue Charcoal #232B31

Color information

#232B31 (or 0x232B31) is unknown color: approx Blue Charcoal. HEX triplet: 23, 2B and 31. RGB value is (35,43,49). Sum of RGB (Red+Green+Blue) = 35+43+49=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 49 - color contains mainly: blue. Hex color #232B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B31 is #DCD4CE. Grayscale: #292929. Windows color (decimal): -14472399 or 3222307. OLE color: 3222307.

HSL color Cylindrical-coordinate representation of color #232B31: hue angle of 205.71º 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 #232B31 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB354349-
CMYK0.290.1200.81
HSL205.71º16.67%16.47%-
HSV(B)205.71º28.57%19.22%-
XYZ2.112.313.24-
YUV41.29132.35123.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.56%
GREEN value IS 43 (17.19% from 255) = 33.86%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=27.56%
G=33.86%
B=38.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3543490.290.1200.81205.7116.6716.47
Hex232B311DC051ce1110
Octal435361351401213162120
Binary10001110101111000111101110001010001110011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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