Html Css Color HEX #011023 Black Pearl

📋 copy color: '#011023'

red 1 ◦ green 16 ◦ blue 35

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

Shades of Black Pearl #011023

Tints of Black Pearl #011023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 67.31%

R = 1.92%
G = 30.77%
B = 67.31%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#011023 (or 0x011023) is known color: Black Pearl. HEX triplet: 01, 10 and 23. RGB value is (1,16,35). Sum of RGB (Red+Green+Blue) = 1+16+35=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #011023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011023 is #FEEFDC. Grayscale: #0D0D0D. Windows color (decimal): -16707549 or 2297857. OLE color: 2297857.

HSL color Cylindrical-coordinate representation of color #011023: hue angle of 213.53º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011023 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 16 35 -
CMYK 0.97 0.54 0 0.86
HSL 213.53º 0.94% 0.07% -
HSV(B) 213.53º 0.97% 0.14% -
XYZ 0.5 0.5 1.66 -
YUV 13.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 1 16 35 0.97 0.54 0 0.86 213.53 0.94 0.07
Hex 1 10 23 61 36 0 56 D6 5E 7
Octal 1 20 43 141 66 0 126 326 136 7
Binary 1 10000 100011 1100001 110110 0 1010110 11010110 1011110 111

Color Harmonies of #011023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011023

Black with #011023

Text Example


Text Example

White with #011023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011023; }

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

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

background-color css

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

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

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

border-color css

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

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

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