#001C25

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

Shades of Black Pearl #001C25

Tints of Black Pearl #001C25

Color information

#001C25 (or 0x001C25) is unknown color: approx Black Pearl. HEX triplet: 00, 1C and 25. RGB value is (0,28,37). Sum of RGB (Red+Green+Blue) = 0+28+37=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #001C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C25 is #FFE3DA. Grayscale: #141414. Windows color (decimal): -16770011 or 2432000. OLE color: 2432000.

HSL color Cylindrical-coordinate representation of color #001C25: hue angle of 194.59º 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 #001C25 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB02837-
CMYK10.2400.85
HSL194.59º100%7.25%-
HSV(B)194.59º100%14.51%-
XYZ0.750.961.9-
YUV20.65137.22113.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 43.08%
BLUE value IS 37 (14.84% from 255) = 56.92%
R=0%
G=43.08%
B=56.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0283710.2400.85194.591007.25
Hex01C256418055c3647
Octal034451443001253031447
Binary01110010010111001001100001010101110000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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