Html Css Color HEX #011619 Black Pearl

📋 copy color: '#011619'

red 1 ◦ green 22 ◦ blue 25

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

Shades of Black Pearl #011619

Tints of Black Pearl #011619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 45.83%

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

R = 2.08%
G = 45.83%
B = 52.08%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#011619 (or 0x011619) is known color: Black Pearl. HEX triplet: 01, 16 and 19. RGB value is (1,22,25). Sum of RGB (Red+Green+Blue) = 1+22+25=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #011619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011619 is #FEE9E6. Grayscale: #101010. Windows color (decimal): -16706023 or 1644033. OLE color: 1644033.

HSL color Cylindrical-coordinate representation of color #011619: hue angle of 187.5º 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 #011619 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 22 25 -
CMYK 0.96 0.12 0 0.90
HSL 187.5º 0.92% 0.05% -
HSV(B) 187.5º 0.96% 0.1% -
XYZ 0.47 0.65 1.02 -
YUV 16.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 1 22 25 0.96 0.12 0 0.90 187.5 0.92 0.05
Hex 1 16 19 60 C 0 5A BC 5C 5
Octal 1 26 31 140 14 0 132 274 134 5
Binary 1 10110 11001 1100000 1100 0 1011010 10111100 1011100 101

Color Harmonies of #011619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011619

Black with #011619

Text Example


Text Example

White with #011619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011619; }

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

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

background-color css

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

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

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

border-color css

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

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

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