Html Css Color HEX #133031 Nordic

📋 copy color: '#133031'

red 19 ◦ green 48 ◦ blue 49

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

Shades of Nordic #133031

Tints of Nordic #133031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 42.24%

R = 16.38%
G = 41.38%
B = 42.24%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#133031 (or 0x133031) is known color: Nordic. HEX triplet: 13, 30 and 31. RGB value is (19,48,49). Sum of RGB (Red+Green+Blue) = 19+48+49=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #133031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133031 is #ECCFCE. Grayscale: #272727. Windows color (decimal): -15519695 or 3223571. OLE color: 3223571.

HSL color Cylindrical-coordinate representation of color #133031: hue angle of 182º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133031 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 49 -
CMYK 0.61 0.02 0 0.81
HSL 182º 0.44% 0.13% -
HSV(B) 182º 0.61% 0.19% -
XYZ 1.88 2.47 3.28 -
YUV 39.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 19 48 49 0.61 0.02 0 0.81 182 0.44 0.13
Hex 13 30 31 3D 2 0 51 B6 2C D
Octal 23 60 61 75 2 0 121 266 54 15
Binary 10011 110000 110001 111101 10 0 1010001 10110110 101100 1101

Color Harmonies of #133031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133031

Black with #133031

Text Example


Text Example

White with #133031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133031; }

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

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

background-color css

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

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

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

border-color css

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

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

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