#011F35

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

Shades of Black Pearl #011F35

Tints of Black Pearl #011F35

Color information

#011F35 (or 0x011F35) is unknown color: approx Black Pearl. HEX triplet: 01, 1F and 35. RGB value is (1,31,53). Sum of RGB (Red+Green+Blue) = 1+31+53=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #011F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F35 is #FEE0CA. Grayscale: #181818. Windows color (decimal): -16703691 or 3481345. OLE color: 3481345.

HSL color Cylindrical-coordinate representation of color #011F35: hue angle of 205.38º 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 #011F35 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB13153-
CMYK0.980.4200.79
HSL205.38º96.3%10.59%-
HSV(B)205.38º98.11%20.78%-
XYZ1.151.243.55-
YUV24.54144.06111.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 53 (21.09% from 255) = 62.35%
R=1.18%
G=36.47%
B=62.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal131530.980.4200.79205.3896.310.59
Hex11F35622A04Fcd60b
Octal1376514252011731514013
Binary1111111101011100010101010010011111100110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011F35; }

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

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

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

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

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

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

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

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