#193434

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

Shades of Nordic #193434

Tints of Nordic #193434

Color information

#193434 (or 0x193434) is unknown color: approx Nordic. HEX triplet: 19, 34 and 34. RGB value is (25,52,52). Sum of RGB (Red+Green+Blue) = 25+52+52=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #193434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193434 is #E6CBCB. Grayscale: #2B2B2B. Windows color (decimal): -15125452 or 3421209. OLE color: 3421209.

HSL color Cylindrical-coordinate representation of color #193434: hue angle of 180º 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 #193434 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB255252-
CMYK0.52000.80
HSL180º35.06%15.1%-
HSV(B)180º51.92%20.39%-
XYZ2.252.913.69-
YUV43.93132.55114.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.38%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=19.38%
G=40.31%
B=40.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552520.52000.8018035.0615.1
Hex193434340050b423f
Octal31646464001202644317
Binary11001110100110100110100001010000101101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193434; }

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

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

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

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

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

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

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

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