Html Css Color HEX #011A23 Black Pearl

📋 copy color: '#011A23'

red 1 ◦ green 26 ◦ blue 35

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

Shades of Black Pearl #011A23

Tints of Black Pearl #011A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 41.94%

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

R = 1.61%
G = 41.94%
B = 56.45%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#011A23 (or 0x011A23) is known color: Black Pearl. HEX triplet: 01, 1A and 23. RGB value is (1,26,35). Sum of RGB (Red+Green+Blue) = 1+26+35=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #011A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A23 is #FEE5DC. Grayscale: #131313. Windows color (decimal): -16704989 or 2300417. OLE color: 2300417.

HSL color Cylindrical-coordinate representation of color #011A23: hue angle of 195.88º 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 #011A23 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 26 35 -
CMYK 0.97 0.26 0 0.86
HSL 195.88º 0.94% 0.07% -
HSV(B) 195.88º 0.97% 0.14% -
XYZ 0.69 0.87 1.72 -
YUV 19.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 1 26 35 0.97 0.26 0 0.86 195.88 0.94 0.07
Hex 1 1A 23 61 1A 0 56 C4 5E 7
Octal 1 32 43 141 32 0 126 304 136 7
Binary 1 11010 100011 1100001 11010 0 1010110 11000100 1011110 111

Color Harmonies of #011A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A23

Black with #011A23

Text Example


Text Example

White with #011A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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