Html Css Color HEX #07121D Black Pearl

📋 copy color: '#07121D'

red 7 ◦ green 18 ◦ blue 29

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

Shades of Black Pearl #07121D

Tints of Black Pearl #07121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 53.7%

R = 12.96%
G = 33.33%
B = 53.7%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07121D (or 0x07121D) is known color: Black Pearl. HEX triplet: 07, 12 and 1D. RGB value is (7,18,29). Sum of RGB (Red+Green+Blue) = 7+18+29=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #07121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07121D is #F8EDE2. Grayscale: #0F0F0F. Windows color (decimal): -16313827 or 1905159. OLE color: 1905159.

HSL color Cylindrical-coordinate representation of color #07121D: hue angle of 210º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07121D is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 18 29 -
CMYK 0.76 0.38 0 0.89
HSL 210º 0.61% 0.07% -
HSV(B) 210º 0.76% 0.11% -
XYZ 0.53 0.57 1.24 -
YUV 15.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 7 18 29 0.76 0.38 0 0.89 210 0.61 0.07
Hex 7 12 1D 4C 26 0 59 D2 3D 7
Octal 7 22 35 114 46 0 131 322 75 7
Binary 111 10010 11101 1001100 100110 0 1011001 11010010 111101 111

Color Harmonies of #07121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07121D

Black with #07121D

Text Example


Text Example

White with #07121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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