Html Css Color HEX #01151B Black Pearl

📋 copy color: '#01151B'

red 1 ◦ green 21 ◦ blue 27

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

Shades of Black Pearl #01151B

Tints of Black Pearl #01151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 55.1%

R = 2.04%
G = 42.86%
B = 55.1%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01151B (or 0x01151B) is known color: Black Pearl. HEX triplet: 01, 15 and 1B. RGB value is (1,21,27). Sum of RGB (Red+Green+Blue) = 1+21+27=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #01151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01151B is #FEEAE4. Grayscale: #0F0F0F. Windows color (decimal): -16706277 or 1774849. OLE color: 1774849.

HSL color Cylindrical-coordinate representation of color #01151B: hue angle of 193.85º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01151B is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 21 27 -
CMYK 0.96 0.22 0 0.89
HSL 193.85º 0.93% 0.05% -
HSV(B) 193.85º 0.96% 0.11% -
XYZ 0.48 0.62 1.13 -
YUV 15.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 1 21 27 0.96 0.22 0 0.89 193.85 0.93 0.05
Hex 1 15 1B 60 16 0 59 C2 5D 5
Octal 1 25 33 140 26 0 131 302 135 5
Binary 1 10101 11011 1100000 10110 0 1011001 11000010 1011101 101

Color Harmonies of #01151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01151B

Black with #01151B

Text Example


Text Example

White with #01151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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