#260318

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

Shades of Blackberry #260318

Tints of Blackberry #260318

Color information

#260318 (or 0x260318) is unknown color: approx Blackberry. HEX triplet: 26, 03 and 18. RGB value is (38,3,24). Sum of RGB (Red+Green+Blue) = 38+3+24=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #260318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260318 is #D9FCE7. Grayscale: #0F0F0F. Windows color (decimal): -14286056 or 1573670. OLE color: 1573670.

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

Color convert

RGB38324-
CMYK00.920.370.85
HSL324º85.37%8.04%-
HSV(B)324º92.11%14.9%-
XYZ10.540.92-
YUV15.86132.6143.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 58.46%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=58.46%
G=4.62%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3832400.920.370.8532485.378.04
Hex2631805C2555144558
Octal4633001344512550412510
Binary100110111100001011100100101101010110100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260318; }

 p { color: rgb(38,3,24); }

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

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

 a { background-color: rgb(38,3,24); }

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

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

 span { border-color: rgb(38,3,24); }

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