Html Css Color HEX #07141D Black Pearl

📋 copy color: '#07141D'

red 7 ◦ green 20 ◦ blue 29

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

Shades of Black Pearl #07141D

Tints of Black Pearl #07141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 35.71%

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

R = 12.5%
G = 35.71%
B = 51.79%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07141D (or 0x07141D) is known color: Black Pearl. HEX triplet: 07, 14 and 1D. RGB value is (7,20,29). Sum of RGB (Red+Green+Blue) = 7+20+29=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #07141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07141D is #F8EBE2. Grayscale: #111111. Windows color (decimal): -16313315 or 1905671. OLE color: 1905671.

HSL color Cylindrical-coordinate representation of color #07141D: hue angle of 204.55º 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 #07141D is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 20 29 -
CMYK 0.76 0.31 0 0.89
HSL 204.55º 0.61% 0.07% -
HSV(B) 204.55º 0.76% 0.11% -
XYZ 0.56 0.63 1.26 -
YUV 17.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 7 20 29 0.76 0.31 0 0.89 204.55 0.61 0.07
Hex 7 14 1D 4C 1F 0 59 CD 3D 7
Octal 7 24 35 114 37 0 131 315 75 7
Binary 111 10100 11101 1001100 11111 0 1011001 11001101 111101 111

Color Harmonies of #07141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07141D

Black with #07141D

Text Example


Text Example

White with #07141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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