#001125

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

Shades of Black Pearl #001125

Tints of Black Pearl #001125

Color information

#001125 (or 0x001125) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 25. RGB value is (0,17,37). Sum of RGB (Red+Green+Blue) = 0+17+37=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #001125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001125 is #FFEEDA. Grayscale: #0E0E0E. Windows color (decimal): -16772827 or 2429184. OLE color: 2429184.

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

Color convert

RGB01737-
CMYK10.5400.85
HSL212.43º100%7.25%-
HSV(B)212.43º100%14.51%-
XYZ0.530.531.83-
YUV14.2140.87117.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 31.48%
BLUE value IS 37 (14.84% from 255) = 68.52%
R=0%
G=31.48%
B=68.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0173710.5400.85212.431007.25
Hex011256436055d4647
Octal021451446601253241447
Binary010001100101110010011011001010101110101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001125; }

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

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

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

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

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

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

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

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