Html Css Color HEX #133132 Nordic

📋 copy color: '#133132'

red 19 ◦ green 49 ◦ blue 50

#133132
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #133132

Tints of Nordic #133132

RGB

 RED value IS 19 (7.81% from 255) = 16.1%

 GREEN value IS 49 (19.53% from 255) = 41.53%

 BLUE value IS 50 (19.92% from 255) = 42.37%

R = 16.1%
G = 41.53%
B = 42.37%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#133132 (or 0x133132) is known color: Nordic. HEX triplet: 13, 31 and 32. RGB value is (19,49,50). Sum of RGB (Red+Green+Blue) = 19+49+50=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #133132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133132 is #ECCECD. Grayscale: #282828. Windows color (decimal): -15519438 or 3289363. OLE color: 3289363.

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

Color convert

RGB 19 49 50 -
CMYK 0.62 0.02 0 0.80
HSL 181.94º 0.45% 0.14% -
HSV(B) 181.94º 0.62% 0.2% -
XYZ 1.94 2.57 3.41 -
YUV 40.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 19 49 50 0.62 0.02 0 0.80 181.94 0.45 0.14
Hex 13 31 32 3E 2 0 50 B6 2D E
Octal 23 61 62 76 2 0 120 266 55 16
Binary 10011 110001 110010 111110 10 0 1010000 10110110 101101 1110

Color Harmonies of #133132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133132

Black with #133132

Text Example


Text Example

White with #133132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133132; }

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

 H1.HeaderClassName
 {
   color: #133132;
 }
 .AnyTagClassName
 {
   color: #133132;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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