#1B232D

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

Shades of Blue Charcoal #1B232D

Tints of Blue Charcoal #1B232D

Color information

#1B232D (or 0x1B232D) is unknown color: approx Blue Charcoal. HEX triplet: 1B, 23 and 2D. RGB value is (27,35,45). Sum of RGB (Red+Green+Blue) = 27+35+45=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B232D is #E4DCD2. Grayscale: #212121. Windows color (decimal): -14998739 or 2958107. OLE color: 2958107.

HSL color Cylindrical-coordinate representation of color #1B232D: hue angle of 213.33º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1B232D is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB273545-
CMYK0.40.2200.82
HSL213.33º25%14.12%-
HSV(B)213.33º40%17.65%-
XYZ1.531.622.72-
YUV33.75134.35123.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.23%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=25.23%
G=32.71%
B=42.06%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2735450.40.2200.82213.332514.12
Hex1B232D2816052d519e
Octal334355502601223253116
Binary11011100011101101101000101100101001011010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B232D; }

 p { color: rgb(27,35,45); }

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

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

 a { background-color: rgb(27,35,45); }

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

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

 span { border-color: rgb(27,35,45); }

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