Html Css Color HEX #012631 Black Pearl

📋 copy color: '#012631'

red 1 ◦ green 38 ◦ blue 49

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

Shades of Black Pearl #012631

Tints of Black Pearl #012631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 43.18%

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

R = 1.14%
G = 43.18%
B = 55.68%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#012631 (or 0x012631) is known color: Black Pearl. HEX triplet: 01, 26 and 31. RGB value is (1,38,49). Sum of RGB (Red+Green+Blue) = 1+38+49=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #012631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012631 is #FED9CE. Grayscale: #1C1C1C. Windows color (decimal): -16701903 or 3220993. OLE color: 3220993.

HSL color Cylindrical-coordinate representation of color #012631: hue angle of 193.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 #012631 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 38 49 -
CMYK 0.98 0.22 0 0.81
HSL 193.75º 0.96% 0.1% -
HSV(B) 193.75º 0.98% 0.19% -
XYZ 1.26 1.61 3.15 -
YUV 28.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 1 38 49 0.98 0.22 0 0.81 193.75 0.96 0.1
Hex 1 26 31 62 16 0 51 C2 60 A
Octal 1 46 61 142 26 0 121 302 140 12
Binary 1 100110 110001 1100010 10110 0 1010001 11000010 1100000 1010

Color Harmonies of #012631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012631

Black with #012631

Text Example


Text Example

White with #012631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012631; }

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

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

background-color css

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

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

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

border-color css

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

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

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