Html Css Color HEX #00141D Black Pearl

📋 copy color: '#00141D'

red 0 ◦ green 20 ◦ blue 29

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

Shades of Black Pearl #00141D

Tints of Black Pearl #00141D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 40.82%

 BLUE value IS 29 (11.72% from 255) = 59.18%

R = 0%
G = 40.82%
B = 59.18%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00141D (or 0x00141D) is known color: Black Pearl. HEX triplet: 00, 14 and 1D. RGB value is (0,20,29). Sum of RGB (Red+Green+Blue) = 0+20+29=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #00141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00141D is #FFEBE2. Grayscale: #0E0E0E. Windows color (decimal): -16772067 or 1905664. OLE color: 1905664.

HSL color Cylindrical-coordinate representation of color #00141D: hue angle of 198.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00141D is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 20 29 -
CMYK 1 0.31 0 0.89
HSL 198.62º 1% 0.06% -
HSV(B) 198.62º 1% 0.11% -
XYZ 0.47 0.59 1.25 -
YUV 15.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 0 20 29 1 0.31 0 0.89 198.62 1 0.06
Hex 0 14 1D 64 1F 0 59 C7 64 6
Octal 0 24 35 144 37 0 131 307 144 6
Binary 0 10100 11101 1100100 11111 0 1011001 11000111 1100100 110

Color Harmonies of #00141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00141D

Black with #00141D

Text Example


Text Example

White with #00141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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