Html Css Color HEX #250515 Blackberry

📋 copy color: '#250515'

red 37 ◦ green 5 ◦ blue 21

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

Shades of Blackberry #250515

Tints of Blackberry #250515

RGB

 RED value IS 37 (14.84% from 255) = 58.73%

 GREEN value IS 5 (2.34% from 255) = 7.94%

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

R = 58.73%
G = 7.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#250515 (or 0x250515) is known color: Blackberry. HEX triplet: 25, 05 and 15. RGB value is (37,5,21). Sum of RGB (Red+Green+Blue) = 37+5+21=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250515 is #DAFAEA. Grayscale: #101010. Windows color (decimal): -14351083 or 1377573. OLE color: 1377573.

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

Color convert

RGB 37 5 21 -
CMYK 0 0.86 0.43 0.85
HSL 330º 0.76% 0.08% -
HSV(B) 330º 0.86% 0.15% -
XYZ 0.95 0.56 0.77 -
YUV 16.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 37 5 21 0 0.86 0.43 0.85 330 0.76 0.08
Hex 25 5 15 0 56 2B 55 14A 4C 8
Octal 45 5 25 0 126 53 125 512 114 10
Binary 100101 101 10101 0 1010110 101011 1010101 101001010 1001100 1000

Color Harmonies of #250515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250515

Black with #250515

Text Example


Text Example

White with #250515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250515; }

 p { color: rgb(37,5,21); }

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

background-color css

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

 a { background-color: rgb(37,5,21); }

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

border-color css

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

 span { border-color: rgb(37,5,21); }

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