#27001A

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

Shades of Blackberry #27001A

Tints of Blackberry #27001A

Color information

#27001A (or 0x27001A) is unknown color: approx Blackberry. HEX triplet: 27, 00 and 1A. RGB value is (39,0,26). Sum of RGB (Red+Green+Blue) = 39+0+26=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #27001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001A is #D8FFE5. Grayscale: #0E0E0E. Windows color (decimal): -14221286 or 1703975. OLE color: 1703975.

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

Color convert

RGB39026-
CMYK010.330.85
HSL320º100%7.65%-
HSV(B)320º100%15.29%-
XYZ1.020.511.02-
YUV14.62134.42145.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39026010.330.853201007.65
Hex2701A0642155140648
Octal4703201444112550014410
Binary10011101101001100100100001101010110100000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27001A; }

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

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

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

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

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

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

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

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