Html Css Color HEX #00141A Black Pearl

📋 copy color: '#00141A'

red 0 ◦ green 20 ◦ blue 26

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

Shades of Black Pearl #00141A

Tints of Black Pearl #00141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 56.52%

R = 0%
G = 43.48%
B = 56.52%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#00141A (or 0x00141A) is known color: Black Pearl. HEX triplet: 00, 14 and 1A. RGB value is (0,20,26). Sum of RGB (Red+Green+Blue) = 0+20+26=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #00141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00141A is #FFEBE5. Grayscale: #0E0E0E. Windows color (decimal): -16772070 or 1709056. OLE color: 1709056.

HSL color Cylindrical-coordinate representation of color #00141A: hue angle of 193.85º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00141A is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 20 26 -
CMYK 1 0.23 0 0.90
HSL 193.85º 1% 0.05% -
HSV(B) 193.85º 1% 0.1% -
XYZ 0.44 0.57 1.07 -
YUV 14.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 0 20 26 1 0.23 0 0.90 193.85 1 0.05
Hex 0 14 1A 64 17 0 5A C2 64 5
Octal 0 24 32 144 27 0 132 302 144 5
Binary 0 10100 11010 1100100 10111 0 1011010 11000010 1100100 101

Color Harmonies of #00141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00141A

Black with #00141A

Text Example


Text Example

White with #00141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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