#133939

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

Shades of Nordic #133939

Tints of Nordic #133939

Color information

#133939 (or 0x133939) is unknown color: approx Nordic. HEX triplet: 13, 39 and 39. RGB value is (19,57,57). Sum of RGB (Red+Green+Blue) = 19+57+57=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #133939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133939 is #ECC6C6. Grayscale: #2D2D2D. Windows color (decimal): -15517383 or 3750163. OLE color: 3750163.

HSL color Cylindrical-coordinate representation of color #133939: hue angle of 180º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133939 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB195757-
CMYK0.67000.78
HSL180º50%14.9%-
HSV(B)180º66.67%22.35%-
XYZ2.473.364.39-
YUV45.64134.41109-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 57 (22.66% from 255) = 42.86%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957570.67000.781805014.9
Hex13393943004Eb432f
Octal237171103001162646217
Binary100111110011110011000011001001110101101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133939; }

 p { color: rgb(19,57,57); }

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

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

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

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

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

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

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