Html Css Color HEX #01151D Black Pearl

📋 copy color: '#01151D'

red 1 ◦ green 21 ◦ blue 29

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

Shades of Black Pearl #01151D

Tints of Black Pearl #01151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 41.18%

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

R = 1.96%
G = 41.18%
B = 56.86%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01151D (or 0x01151D) is known color: Black Pearl. HEX triplet: 01, 15 and 1D. RGB value is (1,21,29). Sum of RGB (Red+Green+Blue) = 1+21+29=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #01151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01151D is #FEEAE2. Grayscale: #0F0F0F. Windows color (decimal): -16706275 or 1905921. OLE color: 1905921.

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

Color convert

RGB 1 21 29 -
CMYK 0.97 0.28 0 0.89
HSL 197.14º 0.93% 0.06% -
HSV(B) 197.14º 0.97% 0.11% -
XYZ 0.5 0.63 1.26 -
YUV 15.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 1 21 29 0.97 0.28 0 0.89 197.14 0.93 0.06
Hex 1 15 1D 61 1C 0 59 C5 5D 6
Octal 1 25 35 141 34 0 131 305 135 6
Binary 1 10101 11101 1100001 11100 0 1011001 11000101 1011101 110

Color Harmonies of #01151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01151D

Black with #01151D

Text Example


Text Example

White with #01151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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