#01232B

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

Shades of Black Pearl #01232B

Tints of Black Pearl #01232B

Color information

#01232B (or 0x01232B) is unknown color: approx Black Pearl. HEX triplet: 01, 23 and 2B. RGB value is (1,35,43). Sum of RGB (Red+Green+Blue) = 1+35+43=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #01232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01232B is #FEDCD4. Grayscale: #191919. Windows color (decimal): -16702677 or 2827009. OLE color: 2827009.

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

Color convert

RGB13543-
CMYK0.980.1900.83
HSL191.43º95.45%8.63%-
HSV(B)191.43º97.67%16.86%-
XYZ1.051.382.5-
YUV25.75137.74110.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=1.27%
G=44.30%
B=54.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal135430.980.1900.83191.4395.458.63
Hex1232B6213053bf5f9
Octal1435314223012327713711
Binary1100011101011110001010011010100111011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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