Html Css Color HEX #25161D Blackberry

📋 copy color: '#25161D'

red 37 ◦ green 22 ◦ blue 29

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

Shades of Blackberry #25161D

Tints of Blackberry #25161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25%

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

R = 42.05%
G = 25%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#25161D (or 0x25161D) is known color: Blackberry. HEX triplet: 25, 16 and 1D. RGB value is (37,22,29). Sum of RGB (Red+Green+Blue) = 37+22+29=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #25161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25161D is #DAE9E2. Grayscale: #1B1B1B. Windows color (decimal): -14346723 or 1906213. OLE color: 1906213.

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

Color convert

RGB 37 22 29 -
CMYK 0 0.41 0.22 0.85
HSL 332º 0.25% 0.12% -
HSV(B) 332º 0.41% 0.15% -
XYZ 1.27 1.06 1.3 -
YUV 27.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 37 22 29 0 0.41 0.22 0.85 332 0.25 0.12
Hex 25 16 1D 0 29 16 55 14C 19 C
Octal 45 26 35 0 51 26 125 514 31 14
Binary 100101 10110 11101 0 101001 10110 1010101 101001100 11001 1100

Color Harmonies of #25161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25161D

Black with #25161D

Text Example


Text Example

White with #25161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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