Html Css Color HEX #071525 Black Pearl

📋 copy color: '#071525'

red 7 ◦ green 21 ◦ blue 37

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

Shades of Black Pearl #071525

Tints of Black Pearl #071525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 32.31%

 BLUE value IS 37 (14.84% from 255) = 56.92%

R = 10.77%
G = 32.31%
B = 56.92%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071525 (or 0x071525) is known color: Black Pearl. HEX triplet: 07, 15 and 25. RGB value is (7,21,37). Sum of RGB (Red+Green+Blue) = 7+21+37=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #071525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071525 is #F8EADA. Grayscale: #121212. Windows color (decimal): -16313051 or 2430215. OLE color: 2430215.

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

Color convert

RGB 7 21 37 -
CMYK 0.81 0.43 0 0.85
HSL 212º 0.68% 0.09% -
HSV(B) 212º 0.81% 0.15% -
XYZ 0.69 0.72 1.85 -
YUV 18.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 7 21 37 0.81 0.43 0 0.85 212 0.68 0.09
Hex 7 15 25 51 2B 0 55 D4 44 9
Octal 7 25 45 121 53 0 125 324 104 11
Binary 111 10101 100101 1010001 101011 0 1010101 11010100 1000100 1001

Color Harmonies of #071525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071525

Black with #071525

Text Example


Text Example

White with #071525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071525; }

 p { color: rgb(7,21,37); }

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

background-color css

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

 a { background-color: rgb(7,21,37); }

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

border-color css

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

 span { border-color: rgb(7,21,37); }

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