#01252C

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

Shades of Black Pearl #01252C

Tints of Black Pearl #01252C

Color information

#01252C (or 0x01252C) is unknown color: approx Black Pearl. HEX triplet: 01, 25 and 2C. RGB value is (1,37,44). Sum of RGB (Red+Green+Blue) = 1+37+44=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #01252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01252C is #FEDAD3. Grayscale: #1A1A1A. Windows color (decimal): -16702164 or 2893057. OLE color: 2893057.

HSL color Cylindrical-coordinate representation of color #01252C: hue angle of 189.77º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01252C is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13744-
CMYK0.980.1600.83
HSL189.77º95.56%8.82%-
HSV(B)189.77º97.73%17.25%-
XYZ1.131.512.62-
YUV27.03137.57109.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 44 (17.58% from 255) = 53.66%
R=1.22%
G=45.12%
B=53.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal137440.980.1600.83189.7795.568.82
Hex1252C6210053be609
Octal1455414220012327614011
Binary1100101101100110001010000010100111011111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01252C; }

 p { color: rgb(1,37,44); }

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

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

 a { background-color: rgb(1,37,44); }

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

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

 span { border-color: rgb(1,37,44); }

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