Html Css Color HEX #141D25 Black Pearl

📋 copy color: '#141D25'

red 20 ◦ green 29 ◦ blue 37

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

Shades of Black Pearl #141D25

Tints of Black Pearl #141D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 33.72%

 BLUE value IS 37 (14.84% from 255) = 43.02%

R = 23.26%
G = 33.72%
B = 43.02%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141D25 (or 0x141D25) is known color: Black Pearl. HEX triplet: 14, 1D and 25. RGB value is (20,29,37). Sum of RGB (Red+Green+Blue) = 20+29+37=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #141D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D25 is #EBE2DA. Grayscale: #1B1B1B. Windows color (decimal): -15459035 or 2432276. OLE color: 2432276.

HSL color Cylindrical-coordinate representation of color #141D25: hue angle of 208.24º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #141D25 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 29 37 -
CMYK 0.46 0.22 0 0.85
HSL 208.24º 0.3% 0.11% -
HSV(B) 208.24º 0.46% 0.15% -
XYZ 1.06 1.16 1.92 -
YUV 27.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 20 29 37 0.46 0.22 0 0.85 208.24 0.3 0.11
Hex 14 1D 25 2E 16 0 55 D0 1E B
Octal 24 35 45 56 26 0 125 320 36 13
Binary 10100 11101 100101 101110 10110 0 1010101 11010000 11110 1011

Color Harmonies of #141D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D25

Black with #141D25

Text Example


Text Example

White with #141D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,37); }

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

background-color css

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

 a { background-color: rgb(20,29,37); }

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

border-color css

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

 span { border-color: rgb(20,29,37); }

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