Html Css Color HEX #25111D Blackberry

📋 copy color: '#25111D'

red 37 ◦ green 17 ◦ blue 29

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

Shades of Blackberry #25111D

Tints of Blackberry #25111D

RGB

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

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

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

R = 44.58%
G = 20.48%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#25111D (or 0x25111D) is known color: Blackberry. HEX triplet: 25, 11 and 1D. RGB value is (37,17,29). Sum of RGB (Red+Green+Blue) = 37+17+29=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25111D is #DAEEE2. Grayscale: #181818. Windows color (decimal): -14348003 or 1904933. OLE color: 1904933.

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

Color convert

RGB 37 17 29 -
CMYK 0 0.54 0.22 0.85
HSL 324º 0.37% 0.11% -
HSV(B) 324º 0.54% 0.15% -
XYZ 1.19 0.88 1.27 -
YUV 24.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 37 17 29 0 0.54 0.22 0.85 324 0.37 0.11
Hex 25 11 1D 0 36 16 55 144 25 B
Octal 45 21 35 0 66 26 125 504 45 13
Binary 100101 10001 11101 0 110110 10110 1010101 101000100 100101 1011

Color Harmonies of #25111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25111D

Black with #25111D

Text Example


Text Example

White with #25111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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