#133433

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

Shades of Nordic #133433

Tints of Nordic #133433

Color information

#133433 (or 0x133433) is unknown color: approx Nordic. HEX triplet: 13, 34 and 33. RGB value is (19,52,51). Sum of RGB (Red+Green+Blue) = 19+52+51=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #133433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133433 is #ECCBCC. Grayscale: #292929. Windows color (decimal): -15518669 or 3355667. OLE color: 3355667.

HSL color Cylindrical-coordinate representation of color #133433: hue angle of 178.18º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133433 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB195251-
CMYK0.6300.020.80
HSL178.18º46.48%13.92%-
HSV(B)178.18º63.46%20.39%-
XYZ2.092.833.57-
YUV42.02133.07111.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=15.57%
G=42.62%
B=41.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952510.6300.020.80178.1846.4813.92
Hex1334333F0250b22ee
Octal23646377021202625616
Binary100111101001100111111110101010000101100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133433; }

 p { color: rgb(19,52,51); }

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

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

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

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

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

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

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