Html Css Color HEX #071225 Black Pearl

📋 copy color: '#071225'

red 7 ◦ green 18 ◦ blue 37

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

Shades of Black Pearl #071225

Tints of Black Pearl #071225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.03%

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

R = 11.29%
G = 29.03%
B = 59.68%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071225 (or 0x071225) is known color: Black Pearl. HEX triplet: 07, 12 and 25. RGB value is (7,18,37). Sum of RGB (Red+Green+Blue) = 7+18+37=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #071225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071225 is #F8EDDA. Grayscale: #101010. Windows color (decimal): -16313819 or 2429447. OLE color: 2429447.

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

Color convert

RGB 7 18 37 -
CMYK 0.81 0.51 0 0.85
HSL 218º 0.68% 0.09% -
HSV(B) 218º 0.81% 0.15% -
XYZ 0.64 0.61 1.83 -
YUV 16.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 7 18 37 0.81 0.51 0 0.85 218 0.68 0.09
Hex 7 12 25 51 33 0 55 DA 44 9
Octal 7 22 45 121 63 0 125 332 104 11
Binary 111 10010 100101 1010001 110011 0 1010101 11011010 1000100 1001

Color Harmonies of #071225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071225

Black with #071225

Text Example


Text Example

White with #071225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071225; }

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

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

background-color css

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

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

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

border-color css

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

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

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