Html Css Color HEX #143335 Nordic

📋 copy color: '#143335'

red 20 ◦ green 51 ◦ blue 53

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

Shades of Nordic #143335

Tints of Nordic #143335

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

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

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

Color convert

RGB 20 51 53 -
CMYK 0.62 0.04 0 0.79
HSL 183.64º 0.45% 0.14% -
HSV(B) 183.64º 0.62% 0.21% -
XYZ 2.11 2.77 3.79 -
YUV 41.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 20 51 53 0.62 0.04 0 0.79 183.64 0.45 0.14
Hex 14 33 35 3E 4 0 4F B8 2D E
Octal 24 63 65 76 4 0 117 270 55 16
Binary 10100 110011 110101 111110 100 0 1001111 10111000 101101 1110

Color Harmonies of #143335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143335

Black with #143335

Text Example


Text Example

White with #143335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143335; }

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

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

background-color css

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

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

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

border-color css

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

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

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