Html Css Color HEX #250E19 Blackberry

📋 copy color: '#250E19'

red 37 ◦ green 14 ◦ blue 25

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

Shades of Blackberry #250E19

Tints of Blackberry #250E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.42%

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

R = 48.68%
G = 18.42%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#250E19 (or 0x250E19) is known color: Blackberry. HEX triplet: 25, 0E and 19. RGB value is (37,14,25). Sum of RGB (Red+Green+Blue) = 37+14+25=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E19 is #DAF1E6. Grayscale: #161616. Windows color (decimal): -14348775 or 1642021. OLE color: 1642021.

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

Color convert

RGB 37 14 25 -
CMYK 0 0.62 0.32 0.85
HSL 331.3º 0.45% 0.1% -
HSV(B) 331.3º 0.62% 0.15% -
XYZ 1.1 0.78 1.01 -
YUV 22.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 37 14 25 0 0.62 0.32 0.85 331.3 0.45 0.1
Hex 25 E 19 0 3E 20 55 14B 2D A
Octal 45 16 31 0 76 40 125 513 55 12
Binary 100101 1110 11001 0 111110 100000 1010101 101001011 101101 1010

Color Harmonies of #250E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E19

Black with #250E19

Text Example


Text Example

White with #250E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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