Html Css Color HEX #01070A Black Pearl

📋 copy color: '#01070A'

red 1 ◦ green 7 ◦ blue 10

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

Shades of Black Pearl #01070A

Tints of Black Pearl #01070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 38.89%

 BLUE value IS 10 (4.3% from 255) = 55.56%

R = 5.56%
G = 38.89%
B = 55.56%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01070A (or 0x01070A) is known color: Black Pearl. HEX triplet: 01, 07 and 0A. RGB value is (1,7,10). Sum of RGB (Red+Green+Blue) = 1+7+10=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #01070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01070A is #FEF8F5. Grayscale: #050505. Windows color (decimal): -16709878 or 657153. OLE color: 657153.

HSL color Cylindrical-coordinate representation of color #01070A: hue angle of 200º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #01070A is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 7 10 -
CMYK 0.90 0.30 0 0.96
HSL 200º 0.82% 0.02% -
HSV(B) 200º 0.9% 0.04% -
XYZ 0.14 0.18 0.31 -
YUV 5.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 1 7 10 0.90 0.30 0 0.96 200 0.82 0.02
Hex 1 7 A 5A 1E 0 60 C8 52 2
Octal 1 7 12 132 36 0 140 310 122 2
Binary 1 111 1010 1011010 11110 0 1100000 11001000 1010010 10

Color Harmonies of #01070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01070A

Black with #01070A

Text Example


Text Example

White with #01070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01070A; }

 p { color: rgb(1,7,10); }

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

background-color css

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

 a { background-color: rgb(1,7,10); }

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

border-color css

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

 span { border-color: rgb(1,7,10); }

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