#012530

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

Shades of Black Pearl #012530

Tints of Black Pearl #012530

Color information

#012530 (or 0x012530) is unknown color: approx Black Pearl. HEX triplet: 01, 25 and 30. RGB value is (1,37,48). Sum of RGB (Red+Green+Blue) = 1+37+48=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #012530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012530 is #FEDACF. Grayscale: #1B1B1B. Windows color (decimal): -16702160 or 3155201. OLE color: 3155201.

HSL color Cylindrical-coordinate representation of color #012530: hue angle of 194.04º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012530 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB13748-
CMYK0.980.2300.81
HSL194.04º95.92%9.61%-
HSV(B)194.04º97.92%18.82%-
XYZ1.211.543.03-
YUV27.49139.57109.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 48 (19.14% from 255) = 55.81%
R=1.16%
G=43.02%
B=55.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal137480.980.2300.81194.0495.929.61
Hex125306217051c260a
Octal1456014227012130214012
Binary1100101110000110001010111010100011100001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012530; }

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

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

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

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

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

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

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

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