Html Css Color HEX #081119 Black Pearl

📋 copy color: '#081119'

red 8 ◦ green 17 ◦ blue 25

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

Shades of Black Pearl #081119

Tints of Black Pearl #081119

RGB

 RED value IS 8 (3.52% from 255) = 16%

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

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

R = 16%
G = 34%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#081119 (or 0x081119) is known color: Black Pearl. HEX triplet: 08, 11 and 19. RGB value is (8,17,25). Sum of RGB (Red+Green+Blue) = 8+17+25=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #081119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081119 is #F7EEE6. Grayscale: #0F0F0F. Windows color (decimal): -16248551 or 1642760. OLE color: 1642760.

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

Color convert

RGB 8 17 25 -
CMYK 0.68 0.32 0 0.90
HSL 208.24º 0.52% 0.06% -
HSV(B) 208.24º 0.68% 0.1% -
XYZ 0.48 0.52 1 -
YUV 15.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 8 17 25 0.68 0.32 0 0.90 208.24 0.52 0.06
Hex 8 11 19 44 20 0 5A D0 34 6
Octal 10 21 31 104 40 0 132 320 64 6
Binary 1000 10001 11001 1000100 100000 0 1011010 11010000 110100 110

Color Harmonies of #081119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081119

Black with #081119

Text Example


Text Example

White with #081119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081119; }

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

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

background-color css

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

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

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

border-color css

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

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

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