Html Css Color HEX #141143 Paua

📋 copy color: '#141143'

red 20 ◦ green 17 ◦ blue 67

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

Shades of Paua #141143

Tints of Paua #141143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

 BLUE value IS 67 (26.56% from 255) = 64.42%

R = 19.23%
G = 16.35%
B = 64.42%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#141143 (or 0x141143) is known color: Paua. HEX triplet: 14, 11 and 43. RGB value is (20,17,67). Sum of RGB (Red+Green+Blue) = 20+17+67=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #141143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141143 is #EBEEBC. Grayscale: #171717. Windows color (decimal): -15462077 or 4395284. OLE color: 4395284.

HSL color Cylindrical-coordinate representation of color #141143: hue angle of 243.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141143 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 17 67 -
CMYK 0.70 0.75 0 0.74
HSL 243.6º 0.6% 0.16% -
HSV(B) 243.6º 0.75% 0.26% -
XYZ 1.5 0.95 5.42 -
YUV 23.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 20 17 67 0.70 0.75 0 0.74 243.6 0.6 0.16
Hex 14 11 43 46 4B 0 4A F4 3C 10
Octal 24 21 103 106 113 0 112 364 74 20
Binary 10100 10001 1000011 1000110 1001011 0 1001010 11110100 111100 10000

Color Harmonies of #141143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141143

Black with #141143

Text Example


Text Example

White with #141143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141143; }

 p { color: rgb(20,17,67); }

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

background-color css

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

 a { background-color: rgb(20,17,67); }

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

border-color css

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

 span { border-color: rgb(20,17,67); }

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