Html Css Color HEX #250115 Blackberry

📋 copy color: '#250115'

red 37 ◦ green 1 ◦ blue 21

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

Shades of Blackberry #250115

Tints of Blackberry #250115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 35.59%

R = 62.71%
G = 1.69%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#250115 (or 0x250115) is known color: Blackberry. HEX triplet: 25, 01 and 15. RGB value is (37,1,21). Sum of RGB (Red+Green+Blue) = 37+1+21=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250115 is #DAFEEA. Grayscale: #0E0E0E. Windows color (decimal): -14352107 or 1376549. OLE color: 1376549.

HSL color Cylindrical-coordinate representation of color #250115: hue angle of 326.67º 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 #250115 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 1 21 -
CMYK 0 0.97 0.43 0.85
HSL 326.67º 0.95% 0.07% -
HSV(B) 326.67º 0.97% 0.15% -
XYZ 0.91 0.47 0.75 -
YUV 14.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 37 1 21 0 0.97 0.43 0.85 326.67 0.95 0.07
Hex 25 1 15 0 61 2B 55 147 5F 7
Octal 45 1 25 0 141 53 125 507 137 7
Binary 100101 1 10101 0 1100001 101011 1010101 101000111 1011111 111

Color Harmonies of #250115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250115

Black with #250115

Text Example


Text Example

White with #250115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250115; }

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

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

background-color css

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

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

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

border-color css

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

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

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