#260F1C

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

Shades of Blackberry #260F1C

Tints of Blackberry #260F1C

Color information

#260F1C (or 0x260F1C) is unknown color: approx Blackberry. HEX triplet: 26, 0F and 1C. RGB value is (38,15,28). Sum of RGB (Red+Green+Blue) = 38+15+28=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #260F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F1C is #D9F0E3. Grayscale: #171717. Windows color (decimal): -14282980 or 1838886. OLE color: 1838886.

HSL color Cylindrical-coordinate representation of color #260F1C: hue angle of 326.09º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #260F1C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB381528-
CMYK00.610.260.85
HSL326.09º43.4%10.39%-
HSV(B)326.09º60.53%14.9%-
XYZ1.180.841.2-
YUV23.36130.62138.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.91%
GREEN value IS 15 (6.25% from 255) = 18.52%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=46.91%
G=18.52%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38152800.610.260.85326.0943.410.39
Hex26F1C03D1A551462ba
Octal461734075321255065312
Binary10011011111110001111011101010101011010001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260F1C; }

 p { color: rgb(38,15,28); }

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

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

 a { background-color: rgb(38,15,28); }

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

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

 span { border-color: rgb(38,15,28); }

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