#270117

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

Shades of Blackberry #270117

Tints of Blackberry #270117

Color information

#270117 (or 0x270117) is unknown color: approx Blackberry. HEX triplet: 27, 01 and 17. RGB value is (39,1,23). Sum of RGB (Red+Green+Blue) = 39+1+23=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270117 is #D8FEE8. Grayscale: #0E0E0E. Windows color (decimal): -14221033 or 1507623. OLE color: 1507623.

HSL color Cylindrical-coordinate representation of color #270117: hue angle of 325.26º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270117 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB39123-
CMYK00.970.410.85
HSL325.26º95%7.84%-
HSV(B)325.26º97.44%15.29%-
XYZ10.510.86-
YUV14.87132.59145.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 61.90%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=61.90%
G=1.59%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912300.970.410.85325.26957.84
Hex2711706129551455f8
Octal4712701415112550513710
Binary10011111011101100001101001101010110100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270117; }

 p { color: rgb(39,1,23); }

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

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

 a { background-color: rgb(39,1,23); }

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

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

 span { border-color: rgb(39,1,23); }

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