Html Css Color HEX #141C1F Black Pearl

📋 copy color: '#141C1F'

red 20 ◦ green 28 ◦ blue 31

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

Shades of Black Pearl #141C1F

Tints of Black Pearl #141C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35.44%

 BLUE value IS 31 (12.5% from 255) = 39.24%

R = 25.32%
G = 35.44%
B = 39.24%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#141C1F (or 0x141C1F) is known color: Black Pearl. HEX triplet: 14, 1C and 1F. RGB value is (20,28,31). Sum of RGB (Red+Green+Blue) = 20+28+31=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #141C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C1F is #EBE3E0. Grayscale: #191919. Windows color (decimal): -15459297 or 2038804. OLE color: 2038804.

HSL color Cylindrical-coordinate representation of color #141C1F: hue angle of 196.36º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141C1F is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 28 31 -
CMYK 0.35 0.10 0 0.88
HSL 196.36º 0.22% 0.1% -
HSV(B) 196.36º 0.35% 0.12% -
XYZ 0.95 1.08 1.45 -
YUV 25.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 20 28 31 0.35 0.10 0 0.88 196.36 0.22 0.1
Hex 14 1C 1F 23 A 0 58 C4 16 A
Octal 24 34 37 43 12 0 130 304 26 12
Binary 10100 11100 11111 100011 1010 0 1011000 11000100 10110 1010

Color Harmonies of #141C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C1F

Black with #141C1F

Text Example


Text Example

White with #141C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,28,31); }

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

background-color css

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

 a { background-color: rgb(20,28,31); }

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

border-color css

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

 span { border-color: rgb(20,28,31); }

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