Html Css Color HEX #25111C Blackberry

📋 copy color: '#25111C'

red 37 ◦ green 17 ◦ blue 28

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

Shades of Blackberry #25111C

Tints of Blackberry #25111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.73%

 BLUE value IS 28 (11.33% from 255) = 34.15%

R = 45.12%
G = 20.73%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#25111C (or 0x25111C) is known color: Blackberry. HEX triplet: 25, 11 and 1C. RGB value is (37,17,28). Sum of RGB (Red+Green+Blue) = 37+17+28=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25111C is #DAEEE3. Grayscale: #181818. Windows color (decimal): -14348004 or 1839397. OLE color: 1839397.

HSL color Cylindrical-coordinate representation of color #25111C: hue angle of 327º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25111C is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 17 28 -
CMYK 0 0.54 0.24 0.85
HSL 327º 0.37% 0.11% -
HSV(B) 327º 0.54% 0.15% -
XYZ 1.17 0.88 1.21 -
YUV 24.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 37 17 28 0 0.54 0.24 0.85 327 0.37 0.11
Hex 25 11 1C 0 36 18 55 147 25 B
Octal 45 21 34 0 66 30 125 507 45 13
Binary 100101 10001 11100 0 110110 11000 1010101 101000111 100101 1011

Color Harmonies of #25111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25111C

Black with #25111C

Text Example


Text Example

White with #25111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25111C; }

 p { color: rgb(37,17,28); }

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

background-color css

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

 a { background-color: rgb(37,17,28); }

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

border-color css

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

 span { border-color: rgb(37,17,28); }

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