Html Css Color HEX #070B0D Black Pearl

📋 copy color: '#070B0D'

red 7 ◦ green 11 ◦ blue 13

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

Shades of Black Pearl #070B0D

Tints of Black Pearl #070B0D

RGB

 RED value IS 7 (3.13% from 255) = 22.58%

 GREEN value IS 11 (4.69% from 255) = 35.48%

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

R = 22.58%
G = 35.48%
B = 41.94%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#070B0D (or 0x070B0D) is known color: Black Pearl. HEX triplet: 07, 0B and 0D. RGB value is (7,11,13). Sum of RGB (Red+Green+Blue) = 7+11+13=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 13 - color contains mainly: blue. Hex color #070B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B0D is #F8F4F2. Grayscale: #0A0A0A. Windows color (decimal): -16315635 or 854791. OLE color: 854791.

HSL color Cylindrical-coordinate representation of color #070B0D: hue angle of 200º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #070B0D is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 11 13 -
CMYK 0.46 0.15 0 0.95
HSL 200º 0.3% 0.04% -
HSV(B) 200º 0.46% 0.05% -
XYZ 0.28 0.31 0.43 -
YUV 10.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 7 11 13 0.46 0.15 0 0.95 200 0.3 0.04
Hex 7 B D 2E F 0 5F C8 1E 4
Octal 7 13 15 56 17 0 137 310 36 4
Binary 111 1011 1101 101110 1111 0 1011111 11001000 11110 100

Color Harmonies of #070B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B0D

Black with #070B0D

Text Example


Text Example

White with #070B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070B0D; }

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

 H1.HeaderClassName
 {
   color: #070B0D;
 }
 .AnyTagClassName
 {
   color: #070B0D;
 }
</style>

background-color css

<style>
 a { background-color: #070B0D; }

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

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

border-color css

<style>
 span { border-color: #070B0D; }

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

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