Html Css Color HEX #01080C Black Pearl

📋 copy color: '#01080C'

red 1 ◦ green 8 ◦ blue 12

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

Shades of Black Pearl #01080C

Tints of Black Pearl #01080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 57.14%

R = 4.76%
G = 38.1%
B = 57.14%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#01080C (or 0x01080C) is known color: Black Pearl. HEX triplet: 01, 08 and 0C. RGB value is (1,8,12). Sum of RGB (Red+Green+Blue) = 1+8+12=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 12 (5.08% from 255 or 57.14% from 21); Max value from RGB is 12 - color contains mainly: blue. Hex color #01080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01080C is #FEF7F3. Grayscale: #060606. Windows color (decimal): -16709620 or 788481. OLE color: 788481.

HSL color Cylindrical-coordinate representation of color #01080C: hue angle of 201.82º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #01080C is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 8 12 -
CMYK 0.92 0.33 0 0.95
HSL 201.82º 0.85% 0.03% -
HSV(B) 201.82º 0.92% 0.05% -
XYZ 0.17 0.21 0.38 -
YUV 6.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 1 8 12 0.92 0.33 0 0.95 201.82 0.85 0.03
Hex 1 8 C 5C 21 0 5F CA 55 3
Octal 1 10 14 134 41 0 137 312 125 3
Binary 1 1000 1100 1011100 100001 0 1011111 11001010 1010101 11

Color Harmonies of #01080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01080C

Black with #01080C

Text Example


Text Example

White with #01080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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