Html Css Color HEX #07151F Black Pearl

📋 copy color: '#07151F'

red 7 ◦ green 21 ◦ blue 31

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

Shades of Black Pearl #07151F

Tints of Black Pearl #07151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 35.59%

 BLUE value IS 31 (12.5% from 255) = 52.54%

R = 11.86%
G = 35.59%
B = 52.54%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07151F (or 0x07151F) is known color: Black Pearl. HEX triplet: 07, 15 and 1F. RGB value is (7,21,31). Sum of RGB (Red+Green+Blue) = 7+21+31=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #07151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07151F is #F8EAE0. Grayscale: #111111. Windows color (decimal): -16313057 or 2036999. OLE color: 2036999.

HSL color Cylindrical-coordinate representation of color #07151F: hue angle of 205º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07151F is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 21 31 -
CMYK 0.77 0.32 0 0.88
HSL 205º 0.63% 0.07% -
HSV(B) 205º 0.77% 0.12% -
XYZ 0.6 0.68 1.4 -
YUV 17.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 7 21 31 0.77 0.32 0 0.88 205 0.63 0.07
Hex 7 15 1F 4D 20 0 58 CD 3F 7
Octal 7 25 37 115 40 0 130 315 77 7
Binary 111 10101 11111 1001101 100000 0 1011000 11001101 111111 111

Color Harmonies of #07151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07151F

Black with #07151F

Text Example


Text Example

White with #07151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07151F; }

 p { color: rgb(7,21,31); }

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

background-color css

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

 a { background-color: rgb(7,21,31); }

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

border-color css

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

 span { border-color: rgb(7,21,31); }

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