#01242B

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

Shades of Black Pearl #01242B

Tints of Black Pearl #01242B

Color information

#01242B (or 0x01242B) is unknown color: approx Black Pearl. HEX triplet: 01, 24 and 2B. RGB value is (1,36,43). Sum of RGB (Red+Green+Blue) = 1+36+43=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #01242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01242B is #FEDBD4. Grayscale: #1A1A1A. Windows color (decimal): -16702421 or 2827265. OLE color: 2827265.

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

Color convert

RGB13643-
CMYK0.980.1600.83
HSL190º95.45%8.63%-
HSV(B)190º97.67%16.86%-
XYZ1.081.442.51-
YUV26.33137.4109.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 36 (14.45% from 255) = 45%
BLUE value IS 43 (17.19% from 255) = 53.75%
R=1.25%
G=45%
B=53.75%

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
Decimal136430.980.1600.8319095.458.63
Hex1242B6210053be5f9
Octal1445314220012327613711
Binary1100100101011110001010000010100111011111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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