Html Css Color HEX #250019 Blackberry

📋 copy color: '#250019'

red 37 ◦ green 0 ◦ blue 25

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

Shades of Blackberry #250019

Tints of Blackberry #250019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 40.32%

R = 59.68%
G = 0%
B = 40.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#250019 (or 0x250019) is known color: Blackberry. HEX triplet: 25, 00 and 19. RGB value is (37,0,25). Sum of RGB (Red+Green+Blue) = 37+0+25=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250019 is #DAFFE6. Grayscale: #0D0D0D. Windows color (decimal): -14352359 or 1638437. OLE color: 1638437.

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

Color convert

RGB 37 0 25 -
CMYK 0 1 0.32 0.85
HSL 319.46º 1% 0.07% -
HSV(B) 319.46º 1% 0.15% -
XYZ 0.94 0.46 0.96 -
YUV 13.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 37 0 25 0 1 0.32 0.85 319.46 1 0.07
Hex 25 0 19 0 64 20 55 13F 64 7
Octal 45 0 31 0 144 40 125 477 144 7
Binary 100101 0 11001 0 1100100 100000 1010101 100111111 1100100 111

Color Harmonies of #250019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250019

Black with #250019

Text Example


Text Example

White with #250019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250019; }

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

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

background-color css

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

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

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

border-color css

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

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

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