Html Css Color HEX #143533 Nordic

📋 copy color: '#143533'

red 20 ◦ green 53 ◦ blue 51

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

Shades of Nordic #143533

Tints of Nordic #143533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.74%

 BLUE value IS 51 (20.31% from 255) = 41.13%

R = 16.13%
G = 42.74%
B = 41.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#143533 (or 0x143533) is known color: Nordic. HEX triplet: 14, 35 and 33. RGB value is (20,53,51). Sum of RGB (Red+Green+Blue) = 20+53+51=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 53 - color contains mainly: green. Hex color #143533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143533 is #EBCACC. Grayscale: #2A2A2A. Windows color (decimal): -15452877 or 3355924. OLE color: 3355924.

HSL color Cylindrical-coordinate representation of color #143533: hue angle of 176.36º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143533 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 51 -
CMYK 0.62 0 0.04 0.79
HSL 176.36º 0.45% 0.14% -
HSV(B) 176.36º 0.62% 0.21% -
XYZ 2.16 2.93 3.58 -
YUV 42.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 20 53 51 0.62 0 0.04 0.79 176.36 0.45 0.14
Hex 14 35 33 3E 0 4 4F B0 2D E
Octal 24 65 63 76 0 4 117 260 55 16
Binary 10100 110101 110011 111110 0 100 1001111 10110000 101101 1110

Color Harmonies of #143533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143533

Black with #143533

Text Example


Text Example

White with #143533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143533; }

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

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

background-color css

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

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

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

border-color css

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

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

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