Html Css Color HEX #250419 Blackberry

📋 copy color: '#250419'

red 37 ◦ green 4 ◦ blue 25

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

Shades of Blackberry #250419

Tints of Blackberry #250419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.06%

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

R = 56.06%
G = 6.06%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#250419 (or 0x250419) is known color: Blackberry. HEX triplet: 25, 04 and 19. RGB value is (37,4,25). Sum of RGB (Red+Green+Blue) = 37+4+25=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250419 is #DAFBE6. Grayscale: #101010. Windows color (decimal): -14351335 or 1639461. OLE color: 1639461.

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

Color convert

RGB 37 4 25 -
CMYK 0 0.89 0.32 0.85
HSL 321.82º 0.8% 0.08% -
HSV(B) 321.82º 0.89% 0.15% -
XYZ 0.98 0.55 0.97 -
YUV 16.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 37 4 25 0 0.89 0.32 0.85 321.82 0.8 0.08
Hex 25 4 19 0 59 20 55 142 50 8
Octal 45 4 31 0 131 40 125 502 120 10
Binary 100101 100 11001 0 1011001 100000 1010101 101000010 1010000 1000

Color Harmonies of #250419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250419

Black with #250419

Text Example


Text Example

White with #250419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250419; }

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

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

background-color css

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

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

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

border-color css

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

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

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