Html Css Color HEX #01141D Black Pearl

📋 copy color: '#01141D'

red 1 ◦ green 20 ◦ blue 29

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

Shades of Black Pearl #01141D

Tints of Black Pearl #01141D

RGB

 RED value IS 1 (0.78% from 255) = 2%

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

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

R = 2%
G = 40%
B = 58%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01141D (or 0x01141D) is known color: Black Pearl. HEX triplet: 01, 14 and 1D. RGB value is (1,20,29). Sum of RGB (Red+Green+Blue) = 1+20+29=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #01141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01141D is #FEEBE2. Grayscale: #0F0F0F. Windows color (decimal): -16706531 or 1905665. OLE color: 1905665.

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

Color convert

RGB 1 20 29 -
CMYK 0.97 0.31 0 0.89
HSL 199.29º 0.93% 0.06% -
HSV(B) 199.29º 0.97% 0.11% -
XYZ 0.48 0.6 1.25 -
YUV 15.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 1 20 29 0.97 0.31 0 0.89 199.29 0.93 0.06
Hex 1 14 1D 61 1F 0 59 C7 5D 6
Octal 1 24 35 141 37 0 131 307 135 6
Binary 1 10100 11101 1100001 11111 0 1011001 11000111 1011101 110

Color Harmonies of #01141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01141D

Black with #01141D

Text Example


Text Example

White with #01141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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