Html Css Color HEX #250A19 Blackberry

📋 copy color: '#250A19'

red 37 ◦ green 10 ◦ blue 25

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

Shades of Blackberry #250A19

Tints of Blackberry #250A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.89%

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

R = 51.39%
G = 13.89%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#250A19 (or 0x250A19) is known color: Blackberry. HEX triplet: 25, 0A and 19. RGB value is (37,10,25). Sum of RGB (Red+Green+Blue) = 37+10+25=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #250A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A19 is #DAF5E6. Grayscale: #131313. Windows color (decimal): -14349799 or 1640997. OLE color: 1640997.

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

Color convert

RGB 37 10 25 -
CMYK 0 0.73 0.32 0.85
HSL 326.67º 0.57% 0.09% -
HSV(B) 326.67º 0.73% 0.15% -
XYZ 1.05 0.68 1 -
YUV 19.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 37 10 25 0 0.73 0.32 0.85 326.67 0.57 0.09
Hex 25 A 19 0 49 20 55 147 39 9
Octal 45 12 31 0 111 40 125 507 71 11
Binary 100101 1010 11001 0 1001001 100000 1010101 101000111 111001 1001

Color Harmonies of #250A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A19

Black with #250A19

Text Example


Text Example

White with #250A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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