#01252A

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

Shades of Black Pearl #01252A

Tints of Black Pearl #01252A

Color information

#01252A (or 0x01252A) is unknown color: approx Black Pearl. HEX triplet: 01, 25 and 2A. RGB value is (1,37,42). Sum of RGB (Red+Green+Blue) = 1+37+42=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #01252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01252A is #FEDAD5. Grayscale: #1A1A1A. Windows color (decimal): -16702166 or 2761985. OLE color: 2761985.

HSL color Cylindrical-coordinate representation of color #01252A: hue angle of 187.32º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01252A is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13742-
CMYK0.980.1200.84
HSL187.32º95.35%8.43%-
HSV(B)187.32º97.62%16.47%-
XYZ1.091.52.42-
YUV26.81136.57109.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 42 (16.80% from 255) = 52.5%
R=1.25%
G=46.25%
B=52.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal137420.980.1200.84187.3295.358.43
Hex1252A62C054bb5f8
Octal1455214214012427313710
Binary110010110101011000101100010101001011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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