Html Css Color HEX #081319 Black Pearl

📋 copy color: '#081319'

red 8 ◦ green 19 ◦ blue 25

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

Shades of Black Pearl #081319

Tints of Black Pearl #081319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 36.54%

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

R = 15.38%
G = 36.54%
B = 48.08%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#081319 (or 0x081319) is known color: Black Pearl. HEX triplet: 08, 13 and 19. RGB value is (8,19,25). Sum of RGB (Red+Green+Blue) = 8+19+25=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #081319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081319 is #F7ECE6. Grayscale: #101010. Windows color (decimal): -16248039 or 1643272. OLE color: 1643272.

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

Color convert

RGB 8 19 25 -
CMYK 0.68 0.24 0 0.90
HSL 201.18º 0.52% 0.06% -
HSV(B) 201.18º 0.68% 0.1% -
XYZ 0.51 0.59 1.01 -
YUV 16.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 8 19 25 0.68 0.24 0 0.90 201.18 0.52 0.06
Hex 8 13 19 44 18 0 5A C9 34 6
Octal 10 23 31 104 30 0 132 311 64 6
Binary 1000 10011 11001 1000100 11000 0 1011010 11001001 110100 110

Color Harmonies of #081319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081319

Black with #081319

Text Example


Text Example

White with #081319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081319; }

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

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

background-color css

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

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

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

border-color css

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

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

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