Html Css Color HEX #07131E Black Pearl

📋 copy color: '#07131E'

red 7 ◦ green 19 ◦ blue 30

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

Shades of Black Pearl #07131E

Tints of Black Pearl #07131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 33.93%

 BLUE value IS 30 (12.11% from 255) = 53.57%

R = 12.5%
G = 33.93%
B = 53.57%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07131E (or 0x07131E) is known color: Black Pearl. HEX triplet: 07, 13 and 1E. RGB value is (7,19,30). Sum of RGB (Red+Green+Blue) = 7+19+30=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #07131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07131E is #F8ECE1. Grayscale: #101010. Windows color (decimal): -16313570 or 1970951. OLE color: 1970951.

HSL color Cylindrical-coordinate representation of color #07131E: hue angle of 208.7º degrees, saturation: 0.62, 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 #07131E is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 19 30 -
CMYK 0.77 0.37 0 0.88
HSL 208.7º 0.62% 0.07% -
HSV(B) 208.7º 0.77% 0.12% -
XYZ 0.55 0.6 1.32 -
YUV 16.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 7 19 30 0.77 0.37 0 0.88 208.7 0.62 0.07
Hex 7 13 1E 4D 25 0 58 D1 3E 7
Octal 7 23 36 115 45 0 130 321 76 7
Binary 111 10011 11110 1001101 100101 0 1011000 11010001 111110 111

Color Harmonies of #07131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07131E

Black with #07131E

Text Example


Text Example

White with #07131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07131E; }

 p { color: rgb(7,19,30); }

 H1.HeaderClassName
 {
   color: #07131E;
 }
 .AnyTagClassName
 {
   color: #07131E;
 }
</style>

background-color css

<style>
 a { background-color: #07131E; }

 a { background-color: rgb(7,19,30); }

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

border-color css

<style>
 span { border-color: #07131E; }

 span { border-color: rgb(7,19,30); }

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