Html Css Color HEX #25151D Blackberry

📋 copy color: '#25151D'

red 37 ◦ green 21 ◦ blue 29

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

Shades of Blackberry #25151D

Tints of Blackberry #25151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

 BLUE value IS 29 (11.72% from 255) = 33.33%

R = 42.53%
G = 24.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#25151D (or 0x25151D) is known color: Blackberry. HEX triplet: 25, 15 and 1D. RGB value is (37,21,29). Sum of RGB (Red+Green+Blue) = 37+21+29=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25151D is #DAEAE2. Grayscale: #1A1A1A. Windows color (decimal): -14346979 or 1905957. OLE color: 1905957.

HSL color Cylindrical-coordinate representation of color #25151D: hue angle of 330º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25151D is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 21 29 -
CMYK 0 0.43 0.22 0.85
HSL 330º 0.28% 0.11% -
HSV(B) 330º 0.43% 0.15% -
XYZ 1.25 1.02 1.29 -
YUV 26.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 37 21 29 0 0.43 0.22 0.85 330 0.28 0.11
Hex 25 15 1D 0 2B 16 55 14A 1C B
Octal 45 25 35 0 53 26 125 512 34 13
Binary 100101 10101 11101 0 101011 10110 1010101 101001010 11100 1011

Color Harmonies of #25151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25151D

Black with #25151D

Text Example


Text Example

White with #25151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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