Html Css Color HEX #143034 Nordic

📋 copy color: '#143034'

red 20 ◦ green 48 ◦ blue 52

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

Shades of Nordic #143034

Tints of Nordic #143034

RGB

 RED value IS 20 (8.2% from 255) = 16.67%

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

 BLUE value IS 52 (20.7% from 255) = 43.33%

R = 16.67%
G = 40%
B = 43.33%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#143034 (or 0x143034) is known color: Nordic. HEX triplet: 14, 30 and 34. RGB value is (20,48,52). Sum of RGB (Red+Green+Blue) = 20+48+52=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #143034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143034 is #EBCFCB. Grayscale: #282828. Windows color (decimal): -15454156 or 3420180. OLE color: 3420180.

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

Color convert

RGB 20 48 52 -
CMYK 0.62 0.08 0 0.80
HSL 187.5º 0.44% 0.14% -
HSV(B) 187.5º 0.62% 0.2% -
XYZ 1.97 2.51 3.63 -
YUV 40.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 20 48 52 0.62 0.08 0 0.80 187.5 0.44 0.14
Hex 14 30 34 3E 8 0 50 BC 2C E
Octal 24 60 64 76 10 0 120 274 54 16
Binary 10100 110000 110100 111110 1000 0 1010000 10111100 101100 1110

Color Harmonies of #143034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143034

Black with #143034

Text Example


Text Example

White with #143034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143034; }

 p { color: rgb(20,48,52); }

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

background-color css

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

 a { background-color: rgb(20,48,52); }

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

border-color css

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

 span { border-color: rgb(20,48,52); }

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