Html Css Color HEX #07151C Black Pearl

📋 copy color: '#07151C'

red 7 ◦ green 21 ◦ blue 28

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

Shades of Black Pearl #07151C

Tints of Black Pearl #07151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 50%

R = 12.5%
G = 37.5%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07151C (or 0x07151C) is known color: Black Pearl. HEX triplet: 07, 15 and 1C. RGB value is (7,21,28). Sum of RGB (Red+Green+Blue) = 7+21+28=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #07151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07151C is #F8EAE3. Grayscale: #111111. Windows color (decimal): -16313060 or 1840391. OLE color: 1840391.

HSL color Cylindrical-coordinate representation of color #07151C: hue angle of 200º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #07151C is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 21 28 -
CMYK 0.75 0.25 0 0.89
HSL 200º 0.6% 0.07% -
HSV(B) 200º 0.75% 0.11% -
XYZ 0.57 0.67 1.2 -
YUV 17.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 7 21 28 0.75 0.25 0 0.89 200 0.6 0.07
Hex 7 15 1C 4B 19 0 59 C8 3C 7
Octal 7 25 34 113 31 0 131 310 74 7
Binary 111 10101 11100 1001011 11001 0 1011001 11001000 111100 111

Color Harmonies of #07151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07151C

Black with #07151C

Text Example


Text Example

White with #07151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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