Html Css Color HEX #001119 Black Pearl

📋 copy color: '#001119'

red 0 ◦ green 17 ◦ blue 25

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

Shades of Black Pearl #001119

Tints of Black Pearl #001119

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 40.48%
B = 59.52%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#001119 (or 0x001119) is known color: Black Pearl. HEX triplet: 00, 11 and 19. RGB value is (0,17,25). Sum of RGB (Red+Green+Blue) = 0+17+25=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #001119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001119 is #FFEEE6. Grayscale: #0C0C0C. Windows color (decimal): -16772839 or 1642752. OLE color: 1642752.

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

Color convert

RGB 0 17 25 -
CMYK 1 0.32 0 0.90
HSL 199.2º 1% 0.05% -
HSV(B) 199.2º 1% 0.1% -
XYZ 0.38 0.47 0.99 -
YUV 12.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 0 17 25 1 0.32 0 0.90 199.2 1 0.05
Hex 0 11 19 64 20 0 5A C7 64 5
Octal 0 21 31 144 40 0 132 307 144 5
Binary 0 10001 11001 1100100 100000 0 1011010 11000111 1100100 101

Color Harmonies of #001119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001119

Black with #001119

Text Example


Text Example

White with #001119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001119; }

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

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

background-color css

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

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

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

border-color css

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

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

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