Html Css Color HEX #011119 Black Pearl

📋 copy color: '#011119'

red 1 ◦ green 17 ◦ blue 25

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

Shades of Black Pearl #011119

Tints of Black Pearl #011119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 58.14%

R = 2.33%
G = 39.53%
B = 58.14%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#011119 (or 0x011119) is known color: Black Pearl. HEX triplet: 01, 11 and 19. RGB value is (1,17,25). Sum of RGB (Red+Green+Blue) = 1+17+25=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #011119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011119 is #FEEEE6. Grayscale: #0D0D0D. Windows color (decimal): -16707303 or 1642753. OLE color: 1642753.

HSL color Cylindrical-coordinate representation of color #011119: hue angle of 200º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011119 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 17 25 -
CMYK 0.96 0.32 0 0.90
HSL 200º 0.92% 0.05% -
HSV(B) 200º 0.96% 0.1% -
XYZ 0.39 0.48 0.99 -
YUV 13.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 1 17 25 0.96 0.32 0 0.90 200 0.92 0.05
Hex 1 11 19 60 20 0 5A C8 5C 5
Octal 1 21 31 140 40 0 132 310 134 5
Binary 1 10001 11001 1100000 100000 0 1011010 11001000 1011100 101

Color Harmonies of #011119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011119

Black with #011119

Text Example


Text Example

White with #011119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011119; }

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

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

background-color css

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

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

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

border-color css

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

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

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