#01262E

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

Shades of Black Pearl #01262E

Tints of Black Pearl #01262E

Color information

#01262E (or 0x01262E) is unknown color: approx Black Pearl. HEX triplet: 01, 26 and 2E. RGB value is (1,38,46). Sum of RGB (Red+Green+Blue) = 1+38+46=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #01262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01262E is #FED9D1. Grayscale: #1B1B1B. Windows color (decimal): -16701906 or 3024385. OLE color: 3024385.

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

Color convert

RGB13846-
CMYK0.980.1700.82
HSL190.67º95.74%9.22%-
HSV(B)190.67º97.83%18.04%-
XYZ1.21.592.83-
YUV27.85138.24108.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 46 (18.36% from 255) = 54.12%
R=1.18%
G=44.71%
B=54.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal138460.980.1700.82190.6795.749.22
Hex1262E6211052bf609
Octal1465614221012227714011
Binary1100110101110110001010001010100101011111111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01262E; }

 p { color: rgb(1,38,46); }

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

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

 a { background-color: rgb(1,38,46); }

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

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

 span { border-color: rgb(1,38,46); }

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