#260113

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

Shades of Blackberry #260113

Tints of Blackberry #260113

Color information

#260113 (or 0x260113) is unknown color: approx Blackberry. HEX triplet: 26, 01 and 13. RGB value is (38,1,19). Sum of RGB (Red+Green+Blue) = 38+1+19=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #260113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260113 is #D9FEEC. Grayscale: #0E0E0E. Windows color (decimal): -14286573 or 1245478. OLE color: 1245478.

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

Color convert

RGB38119-
CMYK00.970.500.85
HSL330.81º94.87%7.65%-
HSV(B)330.81º97.37%14.9%-
XYZ0.930.480.66-
YUV14.12130.76145.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=65.52%
G=1.72%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3811900.970.500.85330.8194.877.65
Hex26113061325514b5f8
Octal4612301416212551313710
Binary10011011001101100001110010101010110100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260113; }

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

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

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

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

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

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

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

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