Html Css Color HEX #25131C Blackberry

📋 copy color: '#25131C'

red 37 ◦ green 19 ◦ blue 28

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

Shades of Blackberry #25131C

Tints of Blackberry #25131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.62%

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

R = 44.05%
G = 22.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#25131C (or 0x25131C) is known color: Blackberry. HEX triplet: 25, 13 and 1C. RGB value is (37,19,28). Sum of RGB (Red+Green+Blue) = 37+19+28=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25131C is #DAECE3. Grayscale: #191919. Windows color (decimal): -14347492 or 1839909. OLE color: 1839909.

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

Color convert

RGB 37 19 28 -
CMYK 0 0.49 0.24 0.85
HSL 330º 0.32% 0.11% -
HSV(B) 330º 0.49% 0.15% -
XYZ 1.21 0.94 1.22 -
YUV 25.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 37 19 28 0 0.49 0.24 0.85 330 0.32 0.11
Hex 25 13 1C 0 31 18 55 14A 20 B
Octal 45 23 34 0 61 30 125 512 40 13
Binary 100101 10011 11100 0 110001 11000 1010101 101001010 100000 1011

Color Harmonies of #25131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25131C

Black with #25131C

Text Example


Text Example

White with #25131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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