#270114

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

Shades of Blackberry #270114

Tints of Blackberry #270114

Color information

#270114 (or 0x270114) is unknown color: approx Blackberry. HEX triplet: 27, 01 and 14. RGB value is (39,1,20). Sum of RGB (Red+Green+Blue) = 39+1+20=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #270114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270114 is #D8FEEB. Grayscale: #0E0E0E. Windows color (decimal): -14221036 or 1311015. OLE color: 1311015.

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

Color convert

RGB39120-
CMYK00.970.490.85
HSL330º95%7.84%-
HSV(B)330º97.44%15.29%-
XYZ0.970.50.71-
YUV14.53131.09145.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 65%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=65%
G=1.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912000.970.490.85330957.84
Hex27114061315514a5f8
Octal4712401416112551213710
Binary10011111010001100001110001101010110100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270114; }

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

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

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

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

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

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

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

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