Html Css Color HEX #151B20 Black Pearl

📋 copy color: '#151B20'

red 21 ◦ green 27 ◦ blue 32

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

Shades of Black Pearl #151B20

Tints of Black Pearl #151B20

RGB

 RED value IS 21 (8.59% from 255) = 26.25%

 GREEN value IS 27 (10.94% from 255) = 33.75%

 BLUE value IS 32 (12.89% from 255) = 40%

R = 26.25%
G = 33.75%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#151B20 (or 0x151B20) is known color: Black Pearl. HEX triplet: 15, 1B and 20. RGB value is (21,27,32). Sum of RGB (Red+Green+Blue) = 21+27+32=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 32 - color contains mainly: blue. Hex color #151B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B20 is #EAE4DF. Grayscale: #191919. Windows color (decimal): -15394016 or 2104085. OLE color: 2104085.

HSL color Cylindrical-coordinate representation of color #151B20: hue angle of 207.27º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #151B20 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 27 32 -
CMYK 0.34 0.16 0 0.87
HSL 207.27º 0.21% 0.1% -
HSV(B) 207.27º 0.34% 0.13% -
XYZ 0.96 1.05 1.52 -
YUV 25.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 21 27 32 0.34 0.16 0 0.87 207.27 0.21 0.1
Hex 15 1B 20 22 10 0 57 CF 15 A
Octal 25 33 40 42 20 0 127 317 25 12
Binary 10101 11011 100000 100010 10000 0 1010111 11001111 10101 1010

Color Harmonies of #151B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151B20

Black with #151B20

Text Example


Text Example

White with #151B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151B20; }

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

 H1.HeaderClassName
 {
   color: #151B20;
 }
 .AnyTagClassName
 {
   color: #151B20;
 }
</style>

background-color css

<style>
 a { background-color: #151B20; }

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

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

border-color css

<style>
 span { border-color: #151B20; }

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

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