Html Css Color HEX #143433 Nordic

📋 copy color: '#143433'

red 20 ◦ green 52 ◦ blue 51

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

Shades of Nordic #143433

Tints of Nordic #143433

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

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

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

Color convert

RGB 20 52 51 -
CMYK 0.62 0 0.02 0.80
HSL 178.13º 0.44% 0.14% -
HSV(B) 178.13º 0.62% 0.2% -
XYZ 2.11 2.84 3.57 -
YUV 42.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 20 52 51 0.62 0 0.02 0.80 178.13 0.44 0.14
Hex 14 34 33 3E 0 2 50 B2 2C E
Octal 24 64 63 76 0 2 120 262 54 16
Binary 10100 110100 110011 111110 0 10 1010000 10110010 101100 1110

Color Harmonies of #143433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143433

Black with #143433

Text Example


Text Example

White with #143433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143433; }

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

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

background-color css

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

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

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

border-color css

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

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

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