Html Css Color HEX #011028 Black Pearl

📋 copy color: '#011028'

red 1 ◦ green 16 ◦ blue 40

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

Shades of Black Pearl #011028

Tints of Black Pearl #011028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 70.18%

R = 1.75%
G = 28.07%
B = 70.18%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#011028 (or 0x011028) is known color: Black Pearl. HEX triplet: 01, 10 and 28. RGB value is (1,16,40). Sum of RGB (Red+Green+Blue) = 1+16+40=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 40 (16.02% from 255 or 70.18% from 57); Max value from RGB is 40 - color contains mainly: blue. Hex color #011028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011028 is #FEEFD7. Grayscale: #0E0E0E. Windows color (decimal): -16707544 or 2625537. OLE color: 2625537.

HSL color Cylindrical-coordinate representation of color #011028: hue angle of 216.92º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011028 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 16 40 -
CMYK 0.98 0.60 0 0.84
HSL 216.92º 0.95% 0.08% -
HSV(B) 216.92º 0.98% 0.16% -
XYZ 0.58 0.53 2.08 -
YUV 14.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 1 16 40 0.98 0.60 0 0.84 216.92 0.95 0.08
Hex 1 10 28 62 3C 0 54 D9 5F 8
Octal 1 20 50 142 74 0 124 331 137 10
Binary 1 10000 101000 1100010 111100 0 1010100 11011001 1011111 1000

Color Harmonies of #011028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011028

Black with #011028

Text Example


Text Example

White with #011028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011028; }

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

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

background-color css

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

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

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

border-color css

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

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

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