Html Css Color HEX #071730 Black Pearl

📋 copy color: '#071730'

red 7 ◦ green 23 ◦ blue 48

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

Shades of Black Pearl #071730

Tints of Black Pearl #071730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.49%

 BLUE value IS 48 (19.14% from 255) = 61.54%

R = 8.97%
G = 29.49%
B = 61.54%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#071730 (or 0x071730) is known color: Black Pearl. HEX triplet: 07, 17 and 30. RGB value is (7,23,48). Sum of RGB (Red+Green+Blue) = 7+23+48=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #071730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071730 is #F8E8CF. Grayscale: #141414. Windows color (decimal): -16312528 or 3151623. OLE color: 3151623.

HSL color Cylindrical-coordinate representation of color #071730: hue angle of 216.59º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #071730 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 23 48 -
CMYK 0.85 0.52 0 0.81
HSL 216.59º 0.75% 0.11% -
HSV(B) 216.59º 0.85% 0.19% -
XYZ 0.93 0.87 2.92 -
YUV 21.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 7 23 48 0.85 0.52 0 0.81 216.59 0.75 0.11
Hex 7 17 30 55 34 0 51 D9 4B B
Octal 7 27 60 125 64 0 121 331 113 13
Binary 111 10111 110000 1010101 110100 0 1010001 11011001 1001011 1011

Color Harmonies of #071730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071730

Black with #071730

Text Example


Text Example

White with #071730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071730; }

 p { color: rgb(7,23,48); }

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

background-color css

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

 a { background-color: rgb(7,23,48); }

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

border-color css

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

 span { border-color: rgb(7,23,48); }

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