Html Css Color HEX #081219 Black Pearl

📋 copy color: '#081219'

red 8 ◦ green 18 ◦ blue 25

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

Shades of Black Pearl #081219

Tints of Black Pearl #081219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 35.29%

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

R = 15.69%
G = 35.29%
B = 49.02%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#081219 (or 0x081219) is known color: Black Pearl. HEX triplet: 08, 12 and 19. RGB value is (8,18,25). Sum of RGB (Red+Green+Blue) = 8+18+25=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #081219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081219 is #F7EDE6. Grayscale: #0F0F0F. Windows color (decimal): -16248295 or 1643016. OLE color: 1643016.

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

Color convert

RGB 8 18 25 -
CMYK 0.68 0.28 0 0.90
HSL 204.71º 0.52% 0.06% -
HSV(B) 204.71º 0.68% 0.1% -
XYZ 0.49 0.55 1 -
YUV 15.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 8 18 25 0.68 0.28 0 0.90 204.71 0.52 0.06
Hex 8 12 19 44 1C 0 5A CD 34 6
Octal 10 22 31 104 34 0 132 315 64 6
Binary 1000 10010 11001 1000100 11100 0 1011010 11001101 110100 110

Color Harmonies of #081219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081219

Black with #081219

Text Example


Text Example

White with #081219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081219; }

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

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

background-color css

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

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

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

border-color css

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

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

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