Html Css Color HEX #141B21 Black Pearl

📋 copy color: '#141B21'

red 20 ◦ green 27 ◦ blue 33

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

Shades of Black Pearl #141B21

Tints of Black Pearl #141B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 33.75%

 BLUE value IS 33 (13.28% from 255) = 41.25%

R = 25%
G = 33.75%
B = 41.25%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#141B21 (or 0x141B21) is known color: Black Pearl. HEX triplet: 14, 1B and 21. RGB value is (20,27,33). Sum of RGB (Red+Green+Blue) = 20+27+33=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 33 - color contains mainly: blue. Hex color #141B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B21 is #EBE4DE. Grayscale: #191919. Windows color (decimal): -15459551 or 2169620. OLE color: 2169620.

HSL color Cylindrical-coordinate representation of color #141B21: hue angle of 207.69º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #141B21 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 27 33 -
CMYK 0.39 0.18 0 0.87
HSL 207.69º 0.25% 0.1% -
HSV(B) 207.69º 0.39% 0.13% -
XYZ 0.95 1.04 1.59 -
YUV 25.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 20 27 33 0.39 0.18 0 0.87 207.69 0.25 0.1
Hex 14 1B 21 27 12 0 57 D0 19 A
Octal 24 33 41 47 22 0 127 320 31 12
Binary 10100 11011 100001 100111 10010 0 1010111 11010000 11001 1010

Color Harmonies of #141B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B21

Black with #141B21

Text Example


Text Example

White with #141B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141B21; }

 p { color: rgb(20,27,33); }

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

background-color css

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

 a { background-color: rgb(20,27,33); }

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

border-color css

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

 span { border-color: rgb(20,27,33); }

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