#1B292F

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

Shades of Black Pearl #1B292F

Tints of Black Pearl #1B292F

Color information

#1B292F (or 0x1B292F) is unknown color: approx Black Pearl. HEX triplet: 1B, 29 and 2F. RGB value is (27,41,47). Sum of RGB (Red+Green+Blue) = 27+41+47=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B292F is #E4D6D0. Grayscale: #252525. Windows color (decimal): -14997201 or 3090715. OLE color: 3090715.

HSL color Cylindrical-coordinate representation of color #1B292F: hue angle of 198º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B292F is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB274147-
CMYK0.430.1300.82
HSL198º27.03%14.51%-
HSV(B)198º42.55%18.43%-
XYZ1.762.022.99-
YUV37.5133.36120.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.48%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=23.48%
G=35.65%
B=40.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2741470.430.1300.8219827.0314.51
Hex1B292F2BD052c61bf
Octal335157531501223063317
Binary1101110100110111110101111010101001011000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B292F; }

 p { color: rgb(27,41,47); }

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

<style>
 a { background-color: #1B292F; }

 a { background-color: rgb(27,41,47); }

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

<style>
 span { border-color: #1B292F; }

 span { border-color: rgb(27,41,47); }

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