Html Css Color HEX #071213 Black Pearl

📋 copy color: '#071213'

red 7 ◦ green 18 ◦ blue 19

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

Shades of Black Pearl #071213

Tints of Black Pearl #071213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 40.91%

 BLUE value IS 19 (7.81% from 255) = 43.18%

R = 15.91%
G = 40.91%
B = 43.18%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#071213 (or 0x071213) is known color: Black Pearl. HEX triplet: 07, 12 and 13. RGB value is (7,18,19). Sum of RGB (Red+Green+Blue) = 7+18+19=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #071213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071213 is #F8EDEC. Grayscale: #0E0E0E. Windows color (decimal): -16313837 or 1249799. OLE color: 1249799.

HSL color Cylindrical-coordinate representation of color #071213: hue angle of 185º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071213 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 18 19 -
CMYK 0.63 0.05 0 0.93
HSL 185º 0.46% 0.05% -
HSV(B) 185º 0.63% 0.07% -
XYZ 0.42 0.52 0.7 -
YUV 14.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 7 18 19 0.63 0.05 0 0.93 185 0.46 0.05
Hex 7 12 13 3F 5 0 5D B9 2E 5
Octal 7 22 23 77 5 0 135 271 56 5
Binary 111 10010 10011 111111 101 0 1011101 10111001 101110 101

Color Harmonies of #071213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071213

Black with #071213

Text Example


Text Example

White with #071213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071213; }

 p { color: rgb(7,18,19); }

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

background-color css

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

 a { background-color: rgb(7,18,19); }

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

border-color css

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

 span { border-color: rgb(7,18,19); }

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