Html Css Color HEX #143338 Nordic

📋 copy color: '#143338'

red 20 ◦ green 51 ◦ blue 56

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

Shades of Nordic #143338

Tints of Nordic #143338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 44.09%

R = 15.75%
G = 40.16%
B = 44.09%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143338 (or 0x143338) is known color: Nordic. HEX triplet: 14, 33 and 38. RGB value is (20,51,56). Sum of RGB (Red+Green+Blue) = 20+51+56=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #143338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143338 is #EBCCC7. Grayscale: #2A2A2A. Windows color (decimal): -15453384 or 3683092. OLE color: 3683092.

HSL color Cylindrical-coordinate representation of color #143338: hue angle of 188.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143338 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 51 56 -
CMYK 0.64 0.09 0 0.78
HSL 188.33º 0.47% 0.15% -
HSV(B) 188.33º 0.64% 0.22% -
XYZ 2.19 2.8 4.17 -
YUV 42.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 20 51 56 0.64 0.09 0 0.78 188.33 0.47 0.15
Hex 14 33 38 40 9 0 4E BC 2F F
Octal 24 63 70 100 11 0 116 274 57 17
Binary 10100 110011 111000 1000000 1001 0 1001110 10111100 101111 1111

Color Harmonies of #143338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143338

Black with #143338

Text Example


Text Example

White with #143338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143338; }

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

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

background-color css

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

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

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

border-color css

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

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

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