Html Css Color HEX #25111B Blackberry

📋 copy color: '#25111B'

red 37 ◦ green 17 ◦ blue 27

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

Shades of Blackberry #25111B

Tints of Blackberry #25111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 33.33%

R = 45.68%
G = 20.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25111B (or 0x25111B) is known color: Blackberry. HEX triplet: 25, 11 and 1B. RGB value is (37,17,27). Sum of RGB (Red+Green+Blue) = 37+17+27=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #25111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25111B is #DAEEE4. Grayscale: #181818. Windows color (decimal): -14348005 or 1773861. OLE color: 1773861.

HSL color Cylindrical-coordinate representation of color #25111B: hue angle of 330º 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 #25111B is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 17 27 -
CMYK 0 0.54 0.27 0.85
HSL 330º 0.37% 0.11% -
HSV(B) 330º 0.54% 0.15% -
XYZ 1.16 0.87 1.14 -
YUV 24.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 37 17 27 0 0.54 0.27 0.85 330 0.37 0.11
Hex 25 11 1B 0 36 1B 55 14A 25 B
Octal 45 21 33 0 66 33 125 512 45 13
Binary 100101 10001 11011 0 110110 11011 1010101 101001010 100101 1011

Color Harmonies of #25111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25111B

Black with #25111B

Text Example


Text Example

White with #25111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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