Html Css Color HEX #00141C Black Pearl

📋 copy color: '#00141C'

red 0 ◦ green 20 ◦ blue 28

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

Shades of Black Pearl #00141C

Tints of Black Pearl #00141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 58.33%

R = 0%
G = 41.67%
B = 58.33%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00141C (or 0x00141C) is known color: Black Pearl. HEX triplet: 00, 14 and 1C. RGB value is (0,20,28). Sum of RGB (Red+Green+Blue) = 0+20+28=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #00141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00141C is #FFEBE3. Grayscale: #0E0E0E. Windows color (decimal): -16772068 or 1840128. OLE color: 1840128.

HSL color Cylindrical-coordinate representation of color #00141C: hue angle of 197.14º 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 #00141C is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 20 28 -
CMYK 1 0.29 0 0.89
HSL 197.14º 1% 0.05% -
HSV(B) 197.14º 1% 0.11% -
XYZ 0.46 0.58 1.19 -
YUV 14.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 0 20 28 1 0.29 0 0.89 197.14 1 0.05
Hex 0 14 1C 64 1D 0 59 C5 64 5
Octal 0 24 34 144 35 0 131 305 144 5
Binary 0 10100 11100 1100100 11101 0 1011001 11000101 1100100 101

Color Harmonies of #00141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00141C

Black with #00141C

Text Example


Text Example

White with #00141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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