Html Css Color HEX #011631 Black Pearl

📋 copy color: '#011631'

red 1 ◦ green 22 ◦ blue 49

#011631
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #011631

Tints of Black Pearl #011631

RGB

 RED value IS 1 (0.78% from 255) = 1.39%

 GREEN value IS 22 (8.98% from 255) = 30.56%

 BLUE value IS 49 (19.53% from 255) = 68.06%

R = 1.39%
G = 30.56%
B = 68.06%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#011631 (or 0x011631) is known color: Black Pearl. HEX triplet: 01, 16 and 31. RGB value is (1,22,49). Sum of RGB (Red+Green+Blue) = 1+22+49=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #011631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011631 is #FEE9CE. Grayscale: #121212. Windows color (decimal): -16705999 or 3216897. OLE color: 3216897.

HSL color Cylindrical-coordinate representation of color #011631: hue angle of 213.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011631 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 22 49 -
CMYK 0.98 0.55 0 0.81
HSL 213.75º 0.96% 0.1% -
HSV(B) 213.75º 0.98% 0.19% -
XYZ 0.85 0.8 3.02 -
YUV 18.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 1 22 49 0.98 0.55 0 0.81 213.75 0.96 0.1
Hex 1 16 31 62 37 0 51 D6 60 A
Octal 1 26 61 142 67 0 121 326 140 12
Binary 1 10110 110001 1100010 110111 0 1010001 11010110 1100000 1010

Color Harmonies of #011631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011631

Black with #011631

Text Example


Text Example

White with #011631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011631; }

 p { color: rgb(1,22,49); }

 H1.HeaderClassName
 {
   color: #011631;
 }
 .AnyTagClassName
 {
   color: #011631;
 }
</style>

background-color css

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

 a { background-color: rgb(1,22,49); }

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

border-color css

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

 span { border-color: rgb(1,22,49); }

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