Html Css Color HEX #011126 Black Pearl

📋 copy color: '#011126'

red 1 ◦ green 17 ◦ blue 38

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

Shades of Black Pearl #011126

Tints of Black Pearl #011126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 30.36%

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

R = 1.79%
G = 30.36%
B = 67.86%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011126 (or 0x011126) is known color: Black Pearl. HEX triplet: 01, 11 and 26. RGB value is (1,17,38). Sum of RGB (Red+Green+Blue) = 1+17+38=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 38 (15.23% from 255 or 67.86% from 56); Max value from RGB is 38 - color contains mainly: blue. Hex color #011126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011126 is #FEEED9. Grayscale: #0E0E0E. Windows color (decimal): -16707290 or 2494721. OLE color: 2494721.

HSL color Cylindrical-coordinate representation of color #011126: hue angle of 214.05º 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 #011126 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 17 38 -
CMYK 0.97 0.55 0 0.85
HSL 214.05º 0.95% 0.08% -
HSV(B) 214.05º 0.97% 0.15% -
XYZ 0.56 0.55 1.91 -
YUV 14.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 1 17 38 0.97 0.55 0 0.85 214.05 0.95 0.08
Hex 1 11 26 61 37 0 55 D6 5F 8
Octal 1 21 46 141 67 0 125 326 137 10
Binary 1 10001 100110 1100001 110111 0 1010101 11010110 1011111 1000

Color Harmonies of #011126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011126

Black with #011126

Text Example


Text Example

White with #011126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011126; }

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

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

background-color css

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

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

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

border-color css

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

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

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