#15070F

Color #15070F Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #15070F

Tints of Blackberry #15070F

Color information

#15070F (or 0x15070F) is unknown color: approx Blackberry. HEX triplet: 15, 07 and 0F. RGB value is (21,7,15). Sum of RGB (Red+Green+Blue) = 21+7+15=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #15070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070F is #EAF8F0. Grayscale: #0C0C0C. Windows color (decimal): -15399153 or 984853. OLE color: 984853.

HSL color Cylindrical-coordinate representation of color #15070F: hue angle of 325.71º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15070F is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB21715-
CMYK00.670.290.92
HSL325.71º50%5.49%-
HSV(B)325.71º66.67%8.24%-
XYZ0.470.350.49-
YUV12.1129.64134.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=48.84%
G=16.28%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2171500.670.290.92325.71505.49
Hex157F0431D5C146325
Octal25717010335134506625
Binary10101111111101000011111011011100101000110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15070F; }

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

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

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

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

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

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

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

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