#13383A

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

Shades of Nordic #13383A

Tints of Nordic #13383A

Color information

#13383A (or 0x13383A) is unknown color: approx Nordic. HEX triplet: 13, 38 and 3A. RGB value is (19,56,58). Sum of RGB (Red+Green+Blue) = 19+56+58=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #13383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13383A is #ECC7C5. Grayscale: #2D2D2D. Windows color (decimal): -15517638 or 3815443. OLE color: 3815443.

HSL color Cylindrical-coordinate representation of color #13383A: hue angle of 183.08º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13383A is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB195658-
CMYK0.670.0300.77
HSL183.08º50.65%15.1%-
HSV(B)183.08º67.24%22.75%-
XYZ2.453.274.51-
YUV45.16135.24109.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=14.29%
G=42.11%
B=43.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1956580.670.0300.77183.0850.6515.1
Hex13383A43304Db733f
Octal237072103301152676317
Binary1001111100011101010000111101001101101101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13383A; }

 p { color: rgb(19,56,58); }

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

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

 a { background-color: rgb(19,56,58); }

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

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

 span { border-color: rgb(19,56,58); }

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