Html Css Color HEX #250215 Blackberry

📋 copy color: '#250215'

red 37 ◦ green 2 ◦ blue 21

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

Shades of Blackberry #250215

Tints of Blackberry #250215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.33%

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

R = 61.67%
G = 3.33%
B = 35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#250215 (or 0x250215) is known color: Blackberry. HEX triplet: 25, 02 and 15. RGB value is (37,2,21). Sum of RGB (Red+Green+Blue) = 37+2+21=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250215 is #DAFDEA. Grayscale: #0E0E0E. Windows color (decimal): -14351851 or 1376805. OLE color: 1376805.

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

Color convert

RGB 37 2 21 -
CMYK 0 0.95 0.43 0.85
HSL 327.43º 0.9% 0.08% -
HSV(B) 327.43º 0.95% 0.15% -
XYZ 0.92 0.49 0.76 -
YUV 14.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 37 2 21 0 0.95 0.43 0.85 327.43 0.9 0.08
Hex 25 2 15 0 5F 2B 55 147 5A 8
Octal 45 2 25 0 137 53 125 507 132 10
Binary 100101 10 10101 0 1011111 101011 1010101 101000111 1011010 1000

Color Harmonies of #250215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250215

Black with #250215

Text Example


Text Example

White with #250215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250215; }

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

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

background-color css

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

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

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

border-color css

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

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

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