Html Css Color HEX #250F19 Blackberry

📋 copy color: '#250F19'

red 37 ◦ green 15 ◦ blue 25

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

Shades of Blackberry #250F19

Tints of Blackberry #250F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.48%

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

R = 48.05%
G = 19.48%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#250F19 (or 0x250F19) is known color: Blackberry. HEX triplet: 25, 0F and 19. RGB value is (37,15,25). Sum of RGB (Red+Green+Blue) = 37+15+25=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F19 is #DAF0E6. Grayscale: #161616. Windows color (decimal): -14348519 or 1642277. OLE color: 1642277.

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

Color convert

RGB 37 15 25 -
CMYK 0 0.59 0.32 0.85
HSL 332.73º 0.42% 0.1% -
HSV(B) 332.73º 0.59% 0.15% -
XYZ 1.11 0.81 1.02 -
YUV 22.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 37 15 25 0 0.59 0.32 0.85 332.73 0.42 0.1
Hex 25 F 19 0 3B 20 55 14D 2A A
Octal 45 17 31 0 73 40 125 515 52 12
Binary 100101 1111 11001 0 111011 100000 1010101 101001101 101010 1010

Color Harmonies of #250F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F19

Black with #250F19

Text Example


Text Example

White with #250F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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