Html Css Color HEX #143334 Nordic

📋 copy color: '#143334'

red 20 ◦ green 51 ◦ blue 52

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

Shades of Nordic #143334

Tints of Nordic #143334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.46%

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

R = 16.26%
G = 41.46%
B = 42.28%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#143334 (or 0x143334) is known color: Nordic. HEX triplet: 14, 33 and 34. RGB value is (20,51,52). Sum of RGB (Red+Green+Blue) = 20+51+52=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #143334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143334 is #EBCCCB. Grayscale: #292929. Windows color (decimal): -15453388 or 3420948. OLE color: 3420948.

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

Color convert

RGB 20 51 52 -
CMYK 0.62 0.02 0 0.80
HSL 181.88º 0.44% 0.14% -
HSV(B) 181.88º 0.62% 0.2% -
XYZ 2.09 2.76 3.67 -
YUV 41.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 20 51 52 0.62 0.02 0 0.80 181.88 0.44 0.14
Hex 14 33 34 3E 2 0 50 B6 2C E
Octal 24 63 64 76 2 0 120 266 54 16
Binary 10100 110011 110100 111110 10 0 1010000 10110110 101100 1110

Color Harmonies of #143334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143334

Black with #143334

Text Example


Text Example

White with #143334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143334; }

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

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

background-color css

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

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

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

border-color css

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

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

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