Html Css Color HEX #071A30 Black Pearl

📋 copy color: '#071A30'

red 7 ◦ green 26 ◦ blue 48

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

Shades of Black Pearl #071A30

Tints of Black Pearl #071A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.1%

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

R = 8.64%
G = 32.1%
B = 59.26%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#071A30 (or 0x071A30) is known color: Black Pearl. HEX triplet: 07, 1A and 30. RGB value is (7,26,48). Sum of RGB (Red+Green+Blue) = 7+26+48=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #071A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A30 is #F8E5CF. Grayscale: #161616. Windows color (decimal): -16311760 or 3152391. OLE color: 3152391.

HSL color Cylindrical-coordinate representation of color #071A30: hue angle of 212.2º 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 #071A30 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 26 48 -
CMYK 0.85 0.46 0 0.81
HSL 212.2º 0.75% 0.11% -
HSV(B) 212.2º 0.85% 0.19% -
XYZ 0.99 1 2.94 -
YUV 22.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 7 26 48 0.85 0.46 0 0.81 212.2 0.75 0.11
Hex 7 1A 30 55 2E 0 51 D4 4B B
Octal 7 32 60 125 56 0 121 324 113 13
Binary 111 11010 110000 1010101 101110 0 1010001 11010100 1001011 1011

Color Harmonies of #071A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A30

Black with #071A30

Text Example


Text Example

White with #071A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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