#270817

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

Shades of Blackberry #270817

Tints of Blackberry #270817

Color information

#270817 (or 0x270817) is unknown color: approx Blackberry. HEX triplet: 27, 08 and 17. RGB value is (39,8,23). Sum of RGB (Red+Green+Blue) = 39+8+23=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #270817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270817 is #D8F7E8. Grayscale: #121212. Windows color (decimal): -14219241 or 1509415. OLE color: 1509415.

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

Color convert

RGB39823-
CMYK00.790.410.85
HSL330.97º65.96%9.22%-
HSV(B)330.97º79.49%15.29%-
XYZ1.080.670.88-
YUV18.98130.27142.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 55.71%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=55.71%
G=11.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3982300.790.410.85330.9765.969.22
Hex2781704F295514b429
Octal47102701175112551310211
Binary10011110001011101001111101001101010110100101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270817; }

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

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

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

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

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

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

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

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