Html Css Color HEX #01070B Black Pearl

📋 copy color: '#01070B'

red 1 ◦ green 7 ◦ blue 11

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

Shades of Black Pearl #01070B

Tints of Black Pearl #01070B

RGB

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

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

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

R = 5.26%
G = 36.84%
B = 57.89%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01070B (or 0x01070B) is known color: Black Pearl. HEX triplet: 01, 07 and 0B. RGB value is (1,7,11). Sum of RGB (Red+Green+Blue) = 1+7+11=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #01070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01070B is #FEF8F4. Grayscale: #050505. Windows color (decimal): -16709877 or 722689. OLE color: 722689.

HSL color Cylindrical-coordinate representation of color #01070B: hue angle of 204º 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 #01070B is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 7 11 -
CMYK 0.91 0.36 0 0.96
HSL 204º 0.83% 0.02% -
HSV(B) 204º 0.91% 0.04% -
XYZ 0.15 0.18 0.34 -
YUV 5.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 1 7 11 0.91 0.36 0 0.96 204 0.83 0.02
Hex 1 7 B 5B 24 0 60 CC 53 2
Octal 1 7 13 133 44 0 140 314 123 2
Binary 1 111 1011 1011011 100100 0 1100000 11001100 1010011 10

Color Harmonies of #01070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01070B

Black with #01070B

Text Example


Text Example

White with #01070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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