Html Css Color HEX #01101D Black Pearl

📋 copy color: '#01101D'

red 1 ◦ green 16 ◦ blue 29

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

Shades of Black Pearl #01101D

Tints of Black Pearl #01101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 34.78%

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

R = 2.17%
G = 34.78%
B = 63.04%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01101D (or 0x01101D) is known color: Black Pearl. HEX triplet: 01, 10 and 1D. RGB value is (1,16,29). Sum of RGB (Red+Green+Blue) = 1+16+29=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #01101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01101D is #FEEFE2. Grayscale: #0C0C0C. Windows color (decimal): -16707555 or 1904641. OLE color: 1904641.

HSL color Cylindrical-coordinate representation of color #01101D: hue angle of 207.86º 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 #01101D is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 16 29 -
CMYK 0.97 0.45 0 0.89
HSL 207.86º 0.93% 0.06% -
HSV(B) 207.86º 0.97% 0.11% -
XYZ 0.42 0.47 1.23 -
YUV 13 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 1 16 29 0.97 0.45 0 0.89 207.86 0.93 0.06
Hex 1 10 1D 61 2D 0 59 D0 5D 6
Octal 1 20 35 141 55 0 131 320 135 6
Binary 1 10000 11101 1100001 101101 0 1011001 11010000 1011101 110

Color Harmonies of #01101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01101D

Black with #01101D

Text Example


Text Example

White with #01101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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