Html Css Color HEX #01111D Black Pearl

📋 copy color: '#01111D'

red 1 ◦ green 17 ◦ blue 29

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

Shades of Black Pearl #01111D

Tints of Black Pearl #01111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 36.17%

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

R = 2.13%
G = 36.17%
B = 61.7%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01111D (or 0x01111D) is known color: Black Pearl. HEX triplet: 01, 11 and 1D. RGB value is (1,17,29). Sum of RGB (Red+Green+Blue) = 1+17+29=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #01111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111D is #FEEEE2. Grayscale: #0D0D0D. Windows color (decimal): -16707299 or 1904897. OLE color: 1904897.

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

Color convert

RGB 1 17 29 -
CMYK 0.97 0.41 0 0.89
HSL 205.71º 0.93% 0.06% -
HSV(B) 205.71º 0.97% 0.11% -
XYZ 0.43 0.5 1.24 -
YUV 13.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 1 17 29 0.97 0.41 0 0.89 205.71 0.93 0.06
Hex 1 11 1D 61 29 0 59 CE 5D 6
Octal 1 21 35 141 51 0 131 316 135 6
Binary 1 10001 11101 1100001 101001 0 1011001 11001110 1011101 110

Color Harmonies of #01111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01111D

Black with #01111D

Text Example


Text Example

White with #01111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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