#192330

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

Shades of Blue Charcoal #192330

Tints of Blue Charcoal #192330

Color information

#192330 (or 0x192330) is unknown color: approx Blue Charcoal. HEX triplet: 19, 23 and 30. RGB value is (25,35,48). Sum of RGB (Red+Green+Blue) = 25+35+48=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #192330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192330 is #E6DCCF. Grayscale: #212121. Windows color (decimal): -15129808 or 3154713. OLE color: 3154713.

HSL color Cylindrical-coordinate representation of color #192330: hue angle of 213.91º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #192330 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB253548-
CMYK0.480.2700.81
HSL213.91º31.51%14.31%-
HSV(B)213.91º47.92%18.82%-
XYZ1.541.623.03-
YUV33.49136.19121.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 48 (19.14% from 255) = 44.44%
R=23.15%
G=32.41%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2535480.480.2700.81213.9131.5114.31
Hex192330301B051d620e
Octal314360603301213264016
Binary110011000111100001100001101101010001110101101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192330; }

 p { color: rgb(25,35,48); }

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

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

 a { background-color: rgb(25,35,48); }

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

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

 span { border-color: rgb(25,35,48); }

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