#270019

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

Shades of Blackberry #270019

Tints of Blackberry #270019

Color information

#270019 (or 0x270019) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 19. RGB value is (39,0,25). Sum of RGB (Red+Green+Blue) = 39+0+25=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #270019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270019 is #D8FFE6. Grayscale: #0E0E0E. Windows color (decimal): -14221287 or 1638439. OLE color: 1638439.

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

Color convert

RGB39025-
CMYK010.360.85
HSL321.54º100%7.65%-
HSV(B)321.54º100%15.29%-
XYZ1.010.50.96-
YUV14.51133.92145.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=60.94%
G=0%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39025010.360.85321.541007.65
Hex270190642455142648
Octal4703101444412550214410
Binary10011101100101100100100100101010110100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270019; }

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

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

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

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

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

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

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

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