Html Css Color HEX #080C0D Black Pearl

📋 copy color: '#080C0D'

red 8 ◦ green 12 ◦ blue 13

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

Shades of Black Pearl #080C0D

Tints of Black Pearl #080C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 36.36%

 BLUE value IS 13 (5.47% from 255) = 39.39%

R = 24.24%
G = 36.36%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#080C0D (or 0x080C0D) is known color: Black Pearl. HEX triplet: 08, 0C and 0D. RGB value is (8,12,13). Sum of RGB (Red+Green+Blue) = 8+12+13=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 13 - color contains mainly: blue. Hex color #080C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C0D is #F7F3F2. Grayscale: #0A0A0A. Windows color (decimal): -16249843 or 855048. OLE color: 855048.

HSL color Cylindrical-coordinate representation of color #080C0D: hue angle of 192º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080C0D is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 12 13 -
CMYK 0.38 0.08 0 0.95
HSL 192º 0.24% 0.04% -
HSV(B) 192º 0.38% 0.05% -
XYZ 0.3 0.34 0.43 -
YUV 10.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 8 12 13 0.38 0.08 0 0.95 192 0.24 0.04
Hex 8 C D 26 8 0 5F C0 18 4
Octal 10 14 15 46 10 0 137 300 30 4
Binary 1000 1100 1101 100110 1000 0 1011111 11000000 11000 100

Color Harmonies of #080C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C0D

Black with #080C0D

Text Example


Text Example

White with #080C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,12,13); }

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

background-color css

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

 a { background-color: rgb(8,12,13); }

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

border-color css

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

 span { border-color: rgb(8,12,13); }

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