Html Css Color HEX #250113 Blackberry

📋 copy color: '#250113'

red 37 ◦ green 1 ◦ blue 19

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

Shades of Blackberry #250113

Tints of Blackberry #250113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.75%

 BLUE value IS 19 (7.81% from 255) = 33.33%

R = 64.91%
G = 1.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#250113 (or 0x250113) is known color: Blackberry. HEX triplet: 25, 01 and 13. RGB value is (37,1,19). Sum of RGB (Red+Green+Blue) = 37+1+19=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250113 is #DAFEEC. Grayscale: #0D0D0D. Windows color (decimal): -14352109 or 1245477. OLE color: 1245477.

HSL color Cylindrical-coordinate representation of color #250113: hue angle of 330º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250113 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 1 19 -
CMYK 0 0.97 0.49 0.85
HSL 330º 0.95% 0.07% -
HSV(B) 330º 0.97% 0.15% -
XYZ 0.89 0.46 0.66 -
YUV 13.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 37 1 19 0 0.97 0.49 0.85 330 0.95 0.07
Hex 25 1 13 0 61 31 55 14A 5F 7
Octal 45 1 23 0 141 61 125 512 137 7
Binary 100101 1 10011 0 1100001 110001 1010101 101001010 1011111 111

Color Harmonies of #250113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250113

Black with #250113

Text Example


Text Example

White with #250113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250113; }

 p { color: rgb(37,1,19); }

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

background-color css

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

 a { background-color: rgb(37,1,19); }

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

border-color css

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

 span { border-color: rgb(37,1,19); }

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