Html Css Color HEX #260015 Blackberry

📋 copy color: '#260015'

red 38 ◦ green 0 ◦ blue 21

#260015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #260015

Tints of Blackberry #260015

RGB

 RED value IS 38 (15.23% from 255) = 64.41%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 35.59%

R = 64.41%
G = 0%
B = 35.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#260015 (or 0x260015) is known color: Blackberry. HEX triplet: 26, 00 and 15. RGB value is (38,0,21). Sum of RGB (Red+Green+Blue) = 38+0+21=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260015 is #D9FFEA. Grayscale: #0D0D0D. Windows color (decimal): -14286827 or 1376294. OLE color: 1376294.

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

Color convert

RGB 38 0 21 -
CMYK 0 1 0.45 0.85
HSL 326.84º 1% 0.07% -
HSV(B) 326.84º 1% 0.15% -
XYZ 0.93 0.47 0.75 -
YUV 13.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 38 0 21 0 1 0.45 0.85 326.84 1 0.07
Hex 26 0 15 0 64 2D 55 147 64 7
Octal 46 0 25 0 144 55 125 507 144 7
Binary 100110 0 10101 0 1100100 101101 1010101 101000111 1100100 111

Color Harmonies of #260015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260015

Black with #260015

Text Example


Text Example

White with #260015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260015; }

 p { color: rgb(38,0,21); }

 H1.HeaderClassName
 {
   color: #260015;
 }
 .AnyTagClassName
 {
   color: #260015;
 }
</style>

background-color css

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

 a { background-color: rgb(38,0,21); }

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

border-color css

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

 span { border-color: rgb(38,0,21); }

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