#1B2430

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

Shades of Blue Charcoal #1B2430

Tints of Blue Charcoal #1B2430

Color information

#1B2430 (or 0x1B2430) is unknown color: approx Blue Charcoal. HEX triplet: 1B, 24 and 30. RGB value is (27,36,48). Sum of RGB (Red+Green+Blue) = 27+36+48=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #1B2430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2430 is #E4DBCF. Grayscale: #222222. Windows color (decimal): -14998480 or 3154971. OLE color: 3154971.

HSL color Cylindrical-coordinate representation of color #1B2430: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B2430 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB273648-
CMYK0.440.2500.81
HSL214.29º28%14.71%-
HSV(B)214.29º43.75%18.82%-
XYZ1.621.713.04-
YUV34.68135.52122.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.32%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=24.32%
G=32.43%
B=43.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2736480.440.2500.81214.292814.71
Hex1B24302C19051d61cf
Octal334460543101213263417
Binary11011100100110000101100110010101000111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,48); }

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

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

 a { background-color: rgb(27,36,48); }

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

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

 span { border-color: rgb(27,36,48); }

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