#270119

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

Shades of Blackberry #270119

Tints of Blackberry #270119

Color information

#270119 (or 0x270119) is unknown color: approx Blackberry. HEX triplet: 27, 01 and 19. RGB value is (39,1,25). Sum of RGB (Red+Green+Blue) = 39+1+25=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #270119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270119 is #D8FEE6. Grayscale: #0F0F0F. Windows color (decimal): -14221031 or 1638695. OLE color: 1638695.

HSL color Cylindrical-coordinate representation of color #270119: hue angle of 322.11º 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 #270119 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB39125-
CMYK00.970.360.85
HSL322.11º95%7.84%-
HSV(B)322.11º97.44%15.29%-
XYZ1.020.520.97-
YUV15.1133.59145.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=60%
G=1.54%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912500.970.360.85322.11957.84
Hex2711906124551425f8
Octal4713101414412550213710
Binary10011111100101100001100100101010110100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270119; }

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

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

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

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

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

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

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

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