Html Css Color HEX #071426 Black Pearl

📋 copy color: '#071426'

red 7 ◦ green 20 ◦ blue 38

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

Shades of Black Pearl #071426

Tints of Black Pearl #071426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 58.46%

R = 10.77%
G = 30.77%
B = 58.46%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071426 (or 0x071426) is known color: Black Pearl. HEX triplet: 07, 14 and 26. RGB value is (7,20,38). Sum of RGB (Red+Green+Blue) = 7+20+38=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 38 (15.23% from 255 or 58.46% from 65); Max value from RGB is 38 - color contains mainly: blue. Hex color #071426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071426 is #F8EBD9. Grayscale: #121212. Windows color (decimal): -16313306 or 2495495. OLE color: 2495495.

HSL color Cylindrical-coordinate representation of color #071426: hue angle of 214.84º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071426 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 20 38 -
CMYK 0.82 0.47 0 0.85
HSL 214.84º 0.69% 0.09% -
HSV(B) 214.84º 0.82% 0.15% -
XYZ 0.69 0.69 1.93 -
YUV 18.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 7 20 38 0.82 0.47 0 0.85 214.84 0.69 0.09
Hex 7 14 26 52 2F 0 55 D7 45 9
Octal 7 24 46 122 57 0 125 327 105 11
Binary 111 10100 100110 1010010 101111 0 1010101 11010111 1000101 1001

Color Harmonies of #071426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071426

Black with #071426

Text Example


Text Example

White with #071426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071426; }

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

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

background-color css

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

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

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

border-color css

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

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

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