#01232A

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

Shades of Black Pearl #01232A

Tints of Black Pearl #01232A

Color information

#01232A (or 0x01232A) is unknown color: approx Black Pearl. HEX triplet: 01, 23 and 2A. RGB value is (1,35,42). Sum of RGB (Red+Green+Blue) = 1+35+42=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #01232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01232A is #FEDCD5. Grayscale: #191919. Windows color (decimal): -16702678 or 2761473. OLE color: 2761473.

HSL color Cylindrical-coordinate representation of color #01232A: hue angle of 190.24º 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 #01232A is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13542-
CMYK0.980.1700.84
HSL190.24º95.35%8.43%-
HSV(B)190.24º97.62%16.47%-
XYZ1.031.382.4-
YUV25.63137.24110.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 35 (14.06% from 255) = 44.87%
BLUE value IS 42 (16.80% from 255) = 53.85%
R=1.28%
G=44.87%
B=53.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal135420.980.1700.84190.2495.358.43
Hex1232A6211054be5f8
Octal1435214221012427613710
Binary1100011101010110001010001010101001011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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