Html Css Color HEX #123232 Nordic

📋 copy color: '#123232'

red 18 ◦ green 50 ◦ blue 50

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

Shades of Nordic #123232

Tints of Nordic #123232

RGB

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

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

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

R = 15.25%
G = 42.37%
B = 42.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#123232 (or 0x123232) is known color: Nordic. HEX triplet: 12, 32 and 32. RGB value is (18,50,50). Sum of RGB (Red+Green+Blue) = 18+50+50=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #123232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123232 is #EDCDCD. Grayscale: #282828. Windows color (decimal): -15584718 or 3289618. OLE color: 3289618.

HSL color Cylindrical-coordinate representation of color #123232: hue angle of 180º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123232 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 50 50 -
CMYK 0.64 0 0 0.80
HSL 180º 0.47% 0.13% -
HSV(B) 180º 0.64% 0.2% -
XYZ 1.97 2.64 3.42 -
YUV 40.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 18 50 50 0.64 0 0 0.80 180 0.47 0.13
Hex 12 32 32 40 0 0 50 B4 2F D
Octal 22 62 62 100 0 0 120 264 57 15
Binary 10010 110010 110010 1000000 0 0 1010000 10110100 101111 1101

Color Harmonies of #123232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123232

Black with #123232

Text Example


Text Example

White with #123232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123232; }

 p { color: rgb(18,50,50); }

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

background-color css

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

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

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

border-color css

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

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

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