#151F22

Color #151F22 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #151F22

Tints of Black Pearl #151F22

Color information

#151F22 (or 0x151F22) is unknown color: approx Black Pearl. HEX triplet: 15, 1F and 22. RGB value is (21,31,34). Sum of RGB (Red+Green+Blue) = 21+31+34=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 34 (13.67% from 255 or 39.53% from 86); Max value from RGB is 34 - color contains mainly: blue. Hex color #151F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F22 is #EAE0DD. Grayscale: #1C1C1C. Windows color (decimal): -15392990 or 2236181. OLE color: 2236181.

HSL color Cylindrical-coordinate representation of color #151F22: hue angle of 193.85º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #151F22 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB213134-
CMYK0.380.0900.87
HSL193.85º23.64%10.78%-
HSV(B)193.85º38.24%13.33%-
XYZ1.091.251.7-
YUV28.35131.19122.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 34 (13.67% from 255) = 39.53%
R=24.42%
G=36.05%
B=39.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2131340.380.0900.87193.8523.6410.78
Hex151F22269057c218b
Octal253742461101273023013
Binary101011111110001010011010010101011111000010110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,31,34); }

 H1.HeaderClassName
 {
   color: #151F22;
 }
 .AnyTagClassName
 {
   color: #151F22;
 }
</style>
background-color css

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

 a { background-color: rgb(21,31,34); }

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

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

 span { border-color: rgb(21,31,34); }

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