#192432

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

Shades of Blue Charcoal #192432

Tints of Blue Charcoal #192432

Color information

#192432 (or 0x192432) is unknown color: approx Blue Charcoal. HEX triplet: 19, 24 and 32. RGB value is (25,36,50). Sum of RGB (Red+Green+Blue) = 25+36+50=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #192432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192432 is #E6DBCD. Grayscale: #222222. Windows color (decimal): -15129550 or 3286041. OLE color: 3286041.

HSL color Cylindrical-coordinate representation of color #192432: hue angle of 213.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #192432 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB253650-
CMYK0.500.2800.80
HSL213.6º33.33%14.71%-
HSV(B)213.6º50%19.61%-
XYZ1.611.73.26-
YUV34.31136.86121.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.52%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=22.52%
G=32.43%
B=45.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2536500.500.2800.80213.633.3314.71
Hex192432321C050d621f
Octal314462623401203264117
Binary110011001001100101100101110001010000110101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192432; }

 p { color: rgb(25,36,50); }

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

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

 a { background-color: rgb(25,36,50); }

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

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

 span { border-color: rgb(25,36,50); }

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