#01262B

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

Shades of Black Pearl #01262B

Tints of Black Pearl #01262B

Color information

#01262B (or 0x01262B) is unknown color: approx Black Pearl. HEX triplet: 01, 26 and 2B. RGB value is (1,38,43). Sum of RGB (Red+Green+Blue) = 1+38+43=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #01262B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01262B is #FED9D4. Grayscale: #1B1B1B. Windows color (decimal): -16701909 or 2827777. OLE color: 2827777.

HSL color Cylindrical-coordinate representation of color #01262B: hue angle of 187.14º degrees, saturation: 0.95, 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 #01262B is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13843-
CMYK0.980.1200.83
HSL187.14º95.45%8.63%-
HSV(B)187.14º97.67%16.86%-
XYZ1.141.572.53-
YUV27.51136.74109.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 38 (15.23% from 255) = 46.34%
BLUE value IS 43 (17.19% from 255) = 52.44%
R=1.22%
G=46.34%
B=52.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal138430.980.1200.83187.1495.458.63
Hex1262B62C053bb5f9
Octal1465314214012327313711
Binary110011010101111000101100010100111011101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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