Html Css Color HEX #25161E Blackberry

📋 copy color: '#25161E'

red 37 ◦ green 22 ◦ blue 30

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

Shades of Blackberry #25161E

Tints of Blackberry #25161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 33.71%

R = 41.57%
G = 24.72%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25161E (or 0x25161E) is known color: Blackberry. HEX triplet: 25, 16 and 1E. RGB value is (37,22,30). Sum of RGB (Red+Green+Blue) = 37+22+30=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #25161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25161E is #DAE9E1. Grayscale: #1B1B1B. Windows color (decimal): -14346722 or 1971749. OLE color: 1971749.

HSL color Cylindrical-coordinate representation of color #25161E: hue angle of 328º 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 #25161E is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 22 30 -
CMYK 0 0.41 0.19 0.85
HSL 328º 0.25% 0.12% -
HSV(B) 328º 0.41% 0.15% -
XYZ 1.28 1.06 1.37 -
YUV 27.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 37 22 30 0 0.41 0.19 0.85 328 0.25 0.12
Hex 25 16 1E 0 29 13 55 148 19 C
Octal 45 26 36 0 51 23 125 510 31 14
Binary 100101 10110 11110 0 101001 10011 1010101 101001000 11001 1100

Color Harmonies of #25161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25161E

Black with #25161E

Text Example


Text Example

White with #25161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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