Html Css Color HEX #081318 Black Pearl

📋 copy color: '#081318'

red 8 ◦ green 19 ◦ blue 24

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

Shades of Black Pearl #081318

Tints of Black Pearl #081318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 47.06%

R = 15.69%
G = 37.25%
B = 47.06%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#081318 (or 0x081318) is known color: Black Pearl. HEX triplet: 08, 13 and 18. RGB value is (8,19,24). Sum of RGB (Red+Green+Blue) = 8+19+24=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #081318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081318 is #F7ECE7. Grayscale: #101010. Windows color (decimal): -16248040 or 1577736. OLE color: 1577736.

HSL color Cylindrical-coordinate representation of color #081318: hue angle of 198.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #081318 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 19 24 -
CMYK 0.67 0.21 0 0.91
HSL 198.75º 0.5% 0.06% -
HSV(B) 198.75º 0.67% 0.09% -
XYZ 0.5 0.58 0.95 -
YUV 16.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 8 19 24 0.67 0.21 0 0.91 198.75 0.5 0.06
Hex 8 13 18 43 15 0 5B C7 32 6
Octal 10 23 30 103 25 0 133 307 62 6
Binary 1000 10011 11000 1000011 10101 0 1011011 11000111 110010 110

Color Harmonies of #081318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081318

Black with #081318

Text Example


Text Example

White with #081318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081318; }

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

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

background-color css

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

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

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

border-color css

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

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

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