#270418

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

Shades of Blackberry #270418

Tints of Blackberry #270418

Color information

#270418 (or 0x270418) is unknown color: approx Blackberry. HEX triplet: 27, 04 and 18. RGB value is (39,4,24). Sum of RGB (Red+Green+Blue) = 39+4+24=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #270418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270418 is #D8FBE7. Grayscale: #101010. Windows color (decimal): -14220264 or 1573927. OLE color: 1573927.

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

Color convert

RGB39424-
CMYK00.900.380.85
HSL325.71º81.4%8.43%-
HSV(B)325.71º89.74%15.29%-
XYZ1.040.580.92-
YUV16.74132.1143.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=58.21%
G=5.97%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3942400.900.380.85325.7181.48.43
Hex2741805A2655146518
Octal4743001324612550612110
Binary1001111001100001011010100110101010110100011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270418; }

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

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

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

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

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

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

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

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