#270018

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

Shades of Blackberry #270018

Tints of Blackberry #270018

Color information

#270018 (or 0x270018) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 18. RGB value is (39,0,24). Sum of RGB (Red+Green+Blue) = 39+0+24=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270018 is #D8FFE7. Grayscale: #0E0E0E. Windows color (decimal): -14221288 or 1572903. OLE color: 1572903.

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

Color convert

RGB39024-
CMYK010.380.85
HSL323.08º100%7.65%-
HSV(B)323.08º100%15.29%-
XYZ10.50.91-
YUV14.4133.42145.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 61.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 38.10%
R=61.90%
G=0%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39024010.380.85323.081007.65
Hex270180642655143648
Octal4703001444612550314410
Binary10011101100001100100100110101010110100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270018; }

 p { color: rgb(39,0,24); }

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

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

 a { background-color: rgb(39,0,24); }

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

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

 span { border-color: rgb(39,0,24); }

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