Html Css Color HEX #133032 Nordic

📋 copy color: '#133032'

red 19 ◦ green 48 ◦ blue 50

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

Shades of Nordic #133032

Tints of Nordic #133032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

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

R = 16.24%
G = 41.03%
B = 42.74%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#133032 (or 0x133032) is known color: Nordic. HEX triplet: 13, 30 and 32. RGB value is (19,48,50). Sum of RGB (Red+Green+Blue) = 19+48+50=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #133032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133032 is #ECCFCD. Grayscale: #272727. Windows color (decimal): -15519694 or 3289107. OLE color: 3289107.

HSL color Cylindrical-coordinate representation of color #133032: hue angle of 183.87º 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 #133032 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 48 50 -
CMYK 0.62 0.04 0 0.80
HSL 183.87º 0.45% 0.14% -
HSV(B) 183.87º 0.62% 0.2% -
XYZ 1.9 2.48 3.4 -
YUV 39.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 19 48 50 0.62 0.04 0 0.80 183.87 0.45 0.14
Hex 13 30 32 3E 4 0 50 B8 2D E
Octal 23 60 62 76 4 0 120 270 55 16
Binary 10011 110000 110010 111110 100 0 1010000 10111000 101101 1110

Color Harmonies of #133032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133032

Black with #133032

Text Example


Text Example

White with #133032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133032; }

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

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

background-color css

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

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

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

border-color css

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

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

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