Html Css Color HEX #250015 Blackberry

📋 copy color: '#250015'

red 37 ◦ green 0 ◦ blue 21

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

Shades of Blackberry #250015

Tints of Blackberry #250015

RGB

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

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

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

R = 63.79%
G = 0%
B = 36.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#250015 (or 0x250015) is known color: Blackberry. HEX triplet: 25, 00 and 15. RGB value is (37,0,21). Sum of RGB (Red+Green+Blue) = 37+0+21=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250015 is #DAFFEA. Grayscale: #0D0D0D. Windows color (decimal): -14352363 or 1376293. OLE color: 1376293.

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

Color convert

RGB 37 0 21 -
CMYK 0 1 0.43 0.85
HSL 325.95º 1% 0.07% -
HSV(B) 325.95º 1% 0.15% -
XYZ 0.9 0.45 0.75 -
YUV 13.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 37 0 21 0 1 0.43 0.85 325.95 1 0.07
Hex 25 0 15 0 64 2B 55 146 64 7
Octal 45 0 25 0 144 53 125 506 144 7
Binary 100101 0 10101 0 1100100 101011 1010101 101000110 1100100 111

Color Harmonies of #250015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250015

Black with #250015

Text Example


Text Example

White with #250015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250015; }

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

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

background-color css

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

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

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

border-color css

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

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

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