Html Css Color HEX #01080B Black Pearl

📋 copy color: '#01080B'

red 1 ◦ green 8 ◦ blue 11

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

Shades of Black Pearl #01080B

Tints of Black Pearl #01080B

RGB

 RED value IS 1 (0.78% from 255) = 5%

 GREEN value IS 8 (3.52% from 255) = 40%

 BLUE value IS 11 (4.69% from 255) = 55%

R = 5%
G = 40%
B = 55%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01080B (or 0x01080B) is known color: Black Pearl. HEX triplet: 01, 08 and 0B. RGB value is (1,8,11). Sum of RGB (Red+Green+Blue) = 1+8+11=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 8 (3.52% from 255 or 40% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #01080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01080B is #FEF7F4. Grayscale: #060606. Windows color (decimal): -16709621 or 722945. OLE color: 722945.

HSL color Cylindrical-coordinate representation of color #01080B: hue angle of 198º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #01080B is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 8 11 -
CMYK 0.91 0.27 0 0.96
HSL 198º 0.83% 0.02% -
HSV(B) 198º 0.91% 0.04% -
XYZ 0.16 0.2 0.35 -
YUV 6.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 1 8 11 0.91 0.27 0 0.96 198 0.83 0.02
Hex 1 8 B 5B 1B 0 60 C6 53 2
Octal 1 10 13 133 33 0 140 306 123 2
Binary 1 1000 1011 1011011 11011 0 1100000 11000110 1010011 10

Color Harmonies of #01080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01080B

Black with #01080B

Text Example


Text Example

White with #01080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01080B; }

 p { color: rgb(1,8,11); }

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

background-color css

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

 a { background-color: rgb(1,8,11); }

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

border-color css

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

 span { border-color: rgb(1,8,11); }

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