Html Css Color HEX #123031 Nordic

📋 copy color: '#123031'

red 18 ◦ green 48 ◦ blue 49

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

Shades of Nordic #123031

Tints of Nordic #123031

RGB

 RED value IS 18 (7.42% from 255) = 15.65%

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

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

R = 15.65%
G = 41.74%
B = 42.61%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#123031 (or 0x123031) is known color: Nordic. HEX triplet: 12, 30 and 31. RGB value is (18,48,49). Sum of RGB (Red+Green+Blue) = 18+48+49=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #123031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123031 is #EDCFCE. Grayscale: #272727. Windows color (decimal): -15585231 or 3223570. OLE color: 3223570.

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

Color convert

RGB 18 48 49 -
CMYK 0.63 0.02 0 0.81
HSL 181.94º 0.46% 0.13% -
HSV(B) 181.94º 0.63% 0.19% -
XYZ 1.86 2.46 3.28 -
YUV 39.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 18 48 49 0.63 0.02 0 0.81 181.94 0.46 0.13
Hex 12 30 31 3F 2 0 51 B6 2E D
Octal 22 60 61 77 2 0 121 266 56 15
Binary 10010 110000 110001 111111 10 0 1010001 10110110 101110 1101

Color Harmonies of #123031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123031

Black with #123031

Text Example


Text Example

White with #123031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123031; }

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

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

background-color css

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

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

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

border-color css

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

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

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