#1B252F

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

Shades of Black Pearl #1B252F

Tints of Black Pearl #1B252F

Color information

#1B252F (or 0x1B252F) is unknown color: approx Black Pearl. HEX triplet: 1B, 25 and 2F. RGB value is (27,37,47). Sum of RGB (Red+Green+Blue) = 27+37+47=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B252F is #E4DAD0. Grayscale: #232323. Windows color (decimal): -14998225 or 3089691. OLE color: 3089691.

HSL color Cylindrical-coordinate representation of color #1B252F: hue angle of 210º 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 #1B252F is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB273747-
CMYK0.430.2100.82
HSL210º27.03%14.51%-
HSV(B)210º42.55%18.43%-
XYZ1.631.762.94-
YUV35.15134.69122.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.32%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=24.32%
G=33.33%
B=42.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2737470.430.2100.8221027.0314.51
Hex1B252F2B15052d21bf
Octal334557532501223223317
Binary11011100101101111101011101010101001011010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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