Html Css Color HEX #070C0F Black Pearl

📋 copy color: '#070C0F'

red 7 ◦ green 12 ◦ blue 15

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

Shades of Black Pearl #070C0F

Tints of Black Pearl #070C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 44.12%

R = 20.59%
G = 35.29%
B = 44.12%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#070C0F (or 0x070C0F) is known color: Black Pearl. HEX triplet: 07, 0C and 0F. RGB value is (7,12,15). Sum of RGB (Red+Green+Blue) = 7+12+15=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 15 (6.25% from 255 or 44.12% from 34); Max value from RGB is 15 - color contains mainly: blue. Hex color #070C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C0F is #F8F3F0. Grayscale: #0A0A0A. Windows color (decimal): -16315377 or 986119. OLE color: 986119.

HSL color Cylindrical-coordinate representation of color #070C0F: hue angle of 202.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #070C0F is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 12 15 -
CMYK 0.53 0.20 0 0.94
HSL 202.5º 0.36% 0.04% -
HSV(B) 202.5º 0.53% 0.06% -
XYZ 0.31 0.34 0.5 -
YUV 10.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 7 12 15 0.53 0.20 0 0.94 202.5 0.36 0.04
Hex 7 C F 35 14 0 5E CA 24 4
Octal 7 14 17 65 24 0 136 312 44 4
Binary 111 1100 1111 110101 10100 0 1011110 11001010 100100 100

Color Harmonies of #070C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C0F

Black with #070C0F

Text Example


Text Example

White with #070C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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