#260117

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

Shades of Blackberry #260117

Tints of Blackberry #260117

Color information

#260117 (or 0x260117) is unknown color: approx Blackberry. HEX triplet: 26, 01 and 17. RGB value is (38,1,23). Sum of RGB (Red+Green+Blue) = 38+1+23=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260117 is #D9FEE8. Grayscale: #0E0E0E. Windows color (decimal): -14286569 or 1507622. OLE color: 1507622.

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

Color convert

RGB38123-
CMYK00.970.390.85
HSL324.32º94.87%7.65%-
HSV(B)324.32º97.37%14.9%-
XYZ0.960.50.86-
YUV14.57132.76144.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=61.29%
G=1.61%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3812300.970.390.85324.3294.877.65
Hex2611706127551445f8
Octal4612701414712550413710
Binary10011011011101100001100111101010110100010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260117; }

 p { color: rgb(38,1,23); }

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

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

 a { background-color: rgb(38,1,23); }

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

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

 span { border-color: rgb(38,1,23); }

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