#012235

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

Shades of Black Pearl #012235

Tints of Black Pearl #012235

Color information

#012235 (or 0x012235) is unknown color: approx Black Pearl. HEX triplet: 01, 22 and 35. RGB value is (1,34,53). Sum of RGB (Red+Green+Blue) = 1+34+53=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #012235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012235 is #FEDDCA. Grayscale: #1A1A1A. Windows color (decimal): -16702923 or 3482113. OLE color: 3482113.

HSL color Cylindrical-coordinate representation of color #012235: hue angle of 201.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012235 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB13453-
CMYK0.980.3600.79
HSL201.92º96.3%10.59%-
HSV(B)201.92º98.11%20.78%-
XYZ1.231.413.58-
YUV26.3143.07109.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 53 (21.09% from 255) = 60.23%
R=1.14%
G=38.64%
B=60.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal134530.980.3600.79201.9296.310.59
Hex12235622404Fca60b
Octal1426514244011731214013
Binary11000101101011100010100100010011111100101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012235; }

 p { color: rgb(1,34,53); }

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

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

 a { background-color: rgb(1,34,53); }

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

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

 span { border-color: rgb(1,34,53); }

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