Html Css Color HEX #250D19 Blackberry

📋 copy color: '#250D19'

red 37 ◦ green 13 ◦ blue 25

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

Shades of Blackberry #250D19

Tints of Blackberry #250D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.33%

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

R = 49.33%
G = 17.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#250D19 (or 0x250D19) is known color: Blackberry. HEX triplet: 25, 0D and 19. RGB value is (37,13,25). Sum of RGB (Red+Green+Blue) = 37+13+25=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D19 is #DAF2E6. Grayscale: #151515. Windows color (decimal): -14349031 or 1641765. OLE color: 1641765.

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

Color convert

RGB 37 13 25 -
CMYK 0 0.65 0.32 0.85
HSL 330º 0.48% 0.1% -
HSV(B) 330º 0.65% 0.15% -
XYZ 1.08 0.75 1.01 -
YUV 21.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 37 13 25 0 0.65 0.32 0.85 330 0.48 0.1
Hex 25 D 19 0 41 20 55 14A 30 A
Octal 45 15 31 0 101 40 125 512 60 12
Binary 100101 1101 11001 0 1000001 100000 1010101 101001010 110000 1010

Color Harmonies of #250D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D19

Black with #250D19

Text Example


Text Example

White with #250D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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