Html Css Color HEX #250719 Blackberry

📋 copy color: '#250719'

red 37 ◦ green 7 ◦ blue 25

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

Shades of Blackberry #250719

Tints of Blackberry #250719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.14%

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

R = 53.62%
G = 10.14%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#250719 (or 0x250719) is known color: Blackberry. HEX triplet: 25, 07 and 19. RGB value is (37,7,25). Sum of RGB (Red+Green+Blue) = 37+7+25=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #250719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250719 is #DAF8E6. Grayscale: #111111. Windows color (decimal): -14350567 or 1640229. OLE color: 1640229.

HSL color Cylindrical-coordinate representation of color #250719: hue angle of 324º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250719 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 7 25 -
CMYK 0 0.81 0.32 0.85
HSL 324º 0.68% 0.09% -
HSV(B) 324º 0.81% 0.15% -
XYZ 1.01 0.62 0.99 -
YUV 18.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 37 7 25 0 0.81 0.32 0.85 324 0.68 0.09
Hex 25 7 19 0 51 20 55 144 44 9
Octal 45 7 31 0 121 40 125 504 104 11
Binary 100101 111 11001 0 1010001 100000 1010101 101000100 1000100 1001

Color Harmonies of #250719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250719

Black with #250719

Text Example


Text Example

White with #250719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250719; }

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

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

background-color css

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

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

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

border-color css

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

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

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