#001B25

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

Shades of Black Pearl #001B25

Tints of Black Pearl #001B25

Color information

#001B25 (or 0x001B25) is unknown color: approx Black Pearl. HEX triplet: 00, 1B and 25. RGB value is (0,27,37). Sum of RGB (Red+Green+Blue) = 0+27+37=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #001B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B25 is #FFE4DA. Grayscale: #141414. Windows color (decimal): -16770267 or 2431744. OLE color: 2431744.

HSL color Cylindrical-coordinate representation of color #001B25: hue angle of 196.22º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B25 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB02737-
CMYK10.2700.85
HSL196.22º100%7.25%-
HSV(B)196.22º100%14.51%-
XYZ0.730.921.89-
YUV20.07137.55113.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 37 (14.84% from 255) = 57.81%
R=0%
G=42.19%
B=57.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0273710.2700.85196.221007.25
Hex01B25641B055c4647
Octal033451443301253041447
Binary01101110010111001001101101010101110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001B25; }

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

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

<style>
 a { background-color: #001B25; }

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

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

<style>
 span { border-color: #001B25; }

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

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