Html Css Color HEX #011026 Black Pearl

📋 copy color: '#011026'

red 1 ◦ green 16 ◦ blue 38

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

Shades of Black Pearl #011026

Tints of Black Pearl #011026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.09%

 BLUE value IS 38 (15.23% from 255) = 69.09%

R = 1.82%
G = 29.09%
B = 69.09%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011026 (or 0x011026) is known color: Black Pearl. HEX triplet: 01, 10 and 26. RGB value is (1,16,38). Sum of RGB (Red+Green+Blue) = 1+16+38=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 38 (15.23% from 255 or 69.09% from 55); Max value from RGB is 38 - color contains mainly: blue. Hex color #011026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011026 is #FEEFD9. Grayscale: #0D0D0D. Windows color (decimal): -16707546 or 2494465. OLE color: 2494465.

HSL color Cylindrical-coordinate representation of color #011026: hue angle of 215.68º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011026 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 16 38 -
CMYK 0.97 0.58 0 0.85
HSL 215.68º 0.95% 0.08% -
HSV(B) 215.68º 0.97% 0.15% -
XYZ 0.55 0.52 1.9 -
YUV 14.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 1 16 38 0.97 0.58 0 0.85 215.68 0.95 0.08
Hex 1 10 26 61 3A 0 55 D8 5F 8
Octal 1 20 46 141 72 0 125 330 137 10
Binary 1 10000 100110 1100001 111010 0 1010101 11011000 1011111 1000

Color Harmonies of #011026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011026

Black with #011026

Text Example


Text Example

White with #011026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011026; }

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

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

background-color css

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

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

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

border-color css

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

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

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