Html Css Color HEX #081719 Black Pearl

📋 copy color: '#081719'

red 8 ◦ green 23 ◦ blue 25

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

Shades of Black Pearl #081719

Tints of Black Pearl #081719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 41.07%

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

R = 14.29%
G = 41.07%
B = 44.64%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#081719 (or 0x081719) is known color: Black Pearl. HEX triplet: 08, 17 and 19. RGB value is (8,23,25). Sum of RGB (Red+Green+Blue) = 8+23+25=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #081719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081719 is #F7E8E6. Grayscale: #121212. Windows color (decimal): -16247015 or 1644296. OLE color: 1644296.

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

Color convert

RGB 8 23 25 -
CMYK 0.68 0.08 0 0.90
HSL 187.06º 0.52% 0.06% -
HSV(B) 187.06º 0.68% 0.1% -
XYZ 0.58 0.73 1.03 -
YUV 18.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 8 23 25 0.68 0.08 0 0.90 187.06 0.52 0.06
Hex 8 17 19 44 8 0 5A BB 34 6
Octal 10 27 31 104 10 0 132 273 64 6
Binary 1000 10111 11001 1000100 1000 0 1011010 10111011 110100 110

Color Harmonies of #081719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081719

Black with #081719

Text Example


Text Example

White with #081719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081719; }

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

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

background-color css

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

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

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

border-color css

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

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

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