Html Css Color HEX #250715 Blackberry

📋 copy color: '#250715'

red 37 ◦ green 7 ◦ blue 21

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

Shades of Blackberry #250715

Tints of Blackberry #250715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.77%

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

R = 56.92%
G = 10.77%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#250715 (or 0x250715) is known color: Blackberry. HEX triplet: 25, 07 and 15. RGB value is (37,7,21). Sum of RGB (Red+Green+Blue) = 37+7+21=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250715 is #DAF8EA. Grayscale: #111111. Windows color (decimal): -14350571 or 1378085. OLE color: 1378085.

HSL color Cylindrical-coordinate representation of color #250715: hue angle of 332º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250715 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 7 21 -
CMYK 0 0.81 0.43 0.85
HSL 332º 0.68% 0.09% -
HSV(B) 332º 0.81% 0.15% -
XYZ 0.97 0.6 0.77 -
YUV 17.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 37 7 21 0 0.81 0.43 0.85 332 0.68 0.09
Hex 25 7 15 0 51 2B 55 14C 44 9
Octal 45 7 25 0 121 53 125 514 104 11
Binary 100101 111 10101 0 1010001 101011 1010101 101001100 1000100 1001

Color Harmonies of #250715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250715

Black with #250715

Text Example


Text Example

White with #250715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250715; }

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

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

background-color css

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

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

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

border-color css

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

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

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