#133738

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

Shades of Nordic #133738

Tints of Nordic #133738

Color information

#133738 (or 0x133738) is unknown color: approx Nordic. HEX triplet: 13, 37 and 38. RGB value is (19,55,56). Sum of RGB (Red+Green+Blue) = 19+55+56=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #133738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133738 is #ECC8C7. Grayscale: #2C2C2C. Windows color (decimal): -15517896 or 3684115. OLE color: 3684115.

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

Color convert

RGB195556-
CMYK0.660.0200.78
HSL181.62º49.33%14.71%-
HSV(B)181.62º66.07%21.96%-
XYZ2.353.164.23-
YUV44.35134.57109.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=14.62%
G=42.31%
B=43.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955560.660.0200.78181.6249.3314.71
Hex13373842204Eb631f
Octal236770102201162666117
Binary1001111011111100010000101001001110101101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133738; }

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

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

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

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

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

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

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

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