Html Css Color HEX #070C0D Black Pearl

📋 copy color: '#070C0D'

red 7 ◦ green 12 ◦ blue 13

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

Shades of Black Pearl #070C0D

Tints of Black Pearl #070C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 37.5%

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

R = 21.88%
G = 37.5%
B = 40.63%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#070C0D (or 0x070C0D) is known color: Black Pearl. HEX triplet: 07, 0C and 0D. RGB value is (7,12,13). Sum of RGB (Red+Green+Blue) = 7+12+13=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 13 - color contains mainly: blue. Hex color #070C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C0D is #F8F3F2. Grayscale: #0A0A0A. Windows color (decimal): -16315379 or 855047. OLE color: 855047.

HSL color Cylindrical-coordinate representation of color #070C0D: hue angle of 190º 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 #070C0D is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 12 13 -
CMYK 0.46 0.08 0 0.95
HSL 190º 0.3% 0.04% -
HSV(B) 190º 0.46% 0.05% -
XYZ 0.29 0.34 0.43 -
YUV 10.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 7 12 13 0.46 0.08 0 0.95 190 0.3 0.04
Hex 7 C D 2E 8 0 5F BE 1E 4
Octal 7 14 15 56 10 0 137 276 36 4
Binary 111 1100 1101 101110 1000 0 1011111 10111110 11110 100

Color Harmonies of #070C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C0D

Black with #070C0D

Text Example


Text Example

White with #070C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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