Html Css Color HEX #00141B Black Pearl

📋 copy color: '#00141B'

red 0 ◦ green 20 ◦ blue 27

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

Shades of Black Pearl #00141B

Tints of Black Pearl #00141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 57.45%

R = 0%
G = 42.55%
B = 57.45%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00141B (or 0x00141B) is known color: Black Pearl. HEX triplet: 00, 14 and 1B. RGB value is (0,20,27). Sum of RGB (Red+Green+Blue) = 0+20+27=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #00141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00141B is #FFEBE4. Grayscale: #0E0E0E. Windows color (decimal): -16772069 or 1774592. OLE color: 1774592.

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

Color convert

RGB 0 20 27 -
CMYK 1 0.26 0 0.89
HSL 195.56º 1% 0.05% -
HSV(B) 195.56º 1% 0.11% -
XYZ 0.45 0.58 1.13 -
YUV 14.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 0 20 27 1 0.26 0 0.89 195.56 1 0.05
Hex 0 14 1B 64 1A 0 59 C4 64 5
Octal 0 24 33 144 32 0 131 304 144 5
Binary 0 10100 11011 1100100 11010 0 1011001 11000100 1100100 101

Color Harmonies of #00141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00141B

Black with #00141B

Text Example


Text Example

White with #00141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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