#133031

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

Shades of Nordic #133031

Tints of Nordic #133031

Color information

#133031 (or 0x133031) is unknown color: approx Nordic. HEX triplet: 13, 30 and 31. RGB value is (19,48,49). Sum of RGB (Red+Green+Blue) = 19+48+49=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #133031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133031 is #ECCFCE. Grayscale: #272727. Windows color (decimal): -15519695 or 3223571. OLE color: 3223571.

HSL color Cylindrical-coordinate representation of color #133031: hue angle of 182º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133031 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB194849-
CMYK0.610.0200.81
HSL182º44.12%13.33%-
HSV(B)182º61.22%19.22%-
XYZ1.882.473.28-
YUV39.44133.39113.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=16.38%
G=41.38%
B=42.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948490.610.0200.8118244.1213.33
Hex1330313D2051b62cd
Octal23606175201212665415
Binary100111100001100011111011001010001101101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133031; }

 p { color: rgb(19,48,49); }

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

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

 a { background-color: rgb(19,48,49); }

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

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

 span { border-color: rgb(19,48,49); }

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