#19343B

Color #19343B Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #19343B

Tints of Nordic #19343B

Color information

#19343B (or 0x19343B) is unknown color: approx Nordic. HEX triplet: 19, 34 and 3B. RGB value is (25,52,59). Sum of RGB (Red+Green+Blue) = 25+52+59=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #19343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19343B is #E6CBC4. Grayscale: #2C2C2C. Windows color (decimal): -15125445 or 3879961. OLE color: 3879961.

HSL color Cylindrical-coordinate representation of color #19343B: hue angle of 192.35º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19343B is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB255259-
CMYK0.580.1200.77
HSL192.35º40.48%16.47%-
HSV(B)192.35º57.63%23.14%-
XYZ2.422.984.59-
YUV44.72136.05113.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=18.38%
G=38.24%
B=43.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2552590.580.1200.77192.3540.4816.47
Hex19343B3AC04Dc02810
Octal316473721401153005020
Binary110011101001110111110101100010011011100000010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19343B; }

 p { color: rgb(25,52,59); }

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

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

 a { background-color: rgb(25,52,59); }

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

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

 span { border-color: rgb(25,52,59); }

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