#193334

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

Shades of Nordic #193334

Tints of Nordic #193334

Color information

#193334 (or 0x193334) is unknown color: approx Nordic. HEX triplet: 19, 33 and 34. RGB value is (25,51,52). Sum of RGB (Red+Green+Blue) = 25+51+52=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 52 - color contains mainly: blue. Hex color #193334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193334 is #E6CCCB. Grayscale: #2B2B2B. Windows color (decimal): -15125708 or 3420953. OLE color: 3420953.

HSL color Cylindrical-coordinate representation of color #193334: hue angle of 182.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193334 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB255152-
CMYK0.520.0200.80
HSL182.22º35.06%15.1%-
HSV(B)182.22º51.92%20.39%-
XYZ2.22.823.68-
YUV43.34132.89114.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 52 (20.70% from 255) = 40.62%
R=19.53%
G=39.84%
B=40.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2551520.520.0200.80182.2235.0615.1
Hex193334342050b623f
Octal31636464201202664317
Binary110011100111101001101001001010000101101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193334; }

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

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

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

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

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

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

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

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