Html Css Color HEX #07141F Black Pearl

📋 copy color: '#07141F'

red 7 ◦ green 20 ◦ blue 31

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

Shades of Black Pearl #07141F

Tints of Black Pearl #07141F

RGB

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

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

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

R = 12.07%
G = 34.48%
B = 53.45%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07141F (or 0x07141F) is known color: Black Pearl. HEX triplet: 07, 14 and 1F. RGB value is (7,20,31). Sum of RGB (Red+Green+Blue) = 7+20+31=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #07141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07141F is #F8EBE0. Grayscale: #111111. Windows color (decimal): -16313313 or 2036743. OLE color: 2036743.

HSL color Cylindrical-coordinate representation of color #07141F: hue angle of 207.5º 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 #07141F is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 20 31 -
CMYK 0.77 0.35 0 0.88
HSL 207.5º 0.63% 0.07% -
HSV(B) 207.5º 0.77% 0.12% -
XYZ 0.59 0.64 1.39 -
YUV 17.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 7 20 31 0.77 0.35 0 0.88 207.5 0.63 0.07
Hex 7 14 1F 4D 23 0 58 D0 3F 7
Octal 7 24 37 115 43 0 130 320 77 7
Binary 111 10100 11111 1001101 100011 0 1011000 11010000 111111 111

Color Harmonies of #07141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07141F

Black with #07141F

Text Example


Text Example

White with #07141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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