Html Css Color HEX #080F19 Black Pearl

📋 copy color: '#080F19'

red 8 ◦ green 15 ◦ blue 25

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

Shades of Black Pearl #080F19

Tints of Black Pearl #080F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 31.25%

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

R = 16.67%
G = 31.25%
B = 52.08%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#080F19 (or 0x080F19) is known color: Black Pearl. HEX triplet: 08, 0F and 19. RGB value is (8,15,25). Sum of RGB (Red+Green+Blue) = 8+15+25=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 15 (6.25% from 255 or 31.25% 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 #080F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F19 is #F7F0E6. Grayscale: #0E0E0E. Windows color (decimal): -16249063 or 1642248. OLE color: 1642248.

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

Color convert

RGB 8 15 25 -
CMYK 0.68 0.40 0 0.90
HSL 215.29º 0.52% 0.06% -
HSV(B) 215.29º 0.68% 0.1% -
XYZ 0.45 0.46 0.99 -
YUV 14.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 8 15 25 0.68 0.40 0 0.90 215.29 0.52 0.06
Hex 8 F 19 44 28 0 5A D7 34 6
Octal 10 17 31 104 50 0 132 327 64 6
Binary 1000 1111 11001 1000100 101000 0 1011010 11010111 110100 110

Color Harmonies of #080F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F19

Black with #080F19

Text Example


Text Example

White with #080F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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