#07282C

Color #07282C Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #07282C

Tints of Black Pearl #07282C

Color information

#07282C (or 0x07282C) is unknown color: approx Black Pearl. HEX triplet: 07, 28 and 2C. RGB value is (7,40,44). Sum of RGB (Red+Green+Blue) = 7+40+44=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #07282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07282C is #F8D7D3. Grayscale: #1E1E1E. Windows color (decimal): -16308180 or 2893831. OLE color: 2893831.

HSL color Cylindrical-coordinate representation of color #07282C: hue angle of 186.49º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07282C is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB74044-
CMYK0.840.0900.83
HSL186.49º72.55%10%-
HSV(B)186.49º84.09%17.25%-
XYZ1.31.742.65-
YUV30.59135.57111.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 40 (16.02% from 255) = 43.96%
BLUE value IS 44 (17.58% from 255) = 48.35%
R=7.69%
G=43.96%
B=48.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal740440.840.0900.83186.4972.5510
Hex7282C549053ba49a
Octal7505412411012327211112
Binary11110100010110010101001001010100111011101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07282C; }

 p { color: rgb(7,40,44); }

 H1.HeaderClassName
 {
   color: #07282C;
 }
 .AnyTagClassName
 {
   color: #07282C;
 }
</style>
background-color css

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

 a { background-color: rgb(7,40,44); }

 div.DivClassName
 {
   background-color: #07282C;
 }
 .BgClassName
 {
   background-color: #07282C;
 }
</style>
border-color css

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

 span { border-color: rgb(7,40,44); }

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