Html Css Color HEX #25121C Blackberry

📋 copy color: '#25121C'

red 37 ◦ green 18 ◦ blue 28

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

Shades of Blackberry #25121C

Tints of Blackberry #25121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.69%

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

R = 44.58%
G = 21.69%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#25121C (or 0x25121C) is known color: Blackberry. HEX triplet: 25, 12 and 1C. RGB value is (37,18,28). Sum of RGB (Red+Green+Blue) = 37+18+28=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25121C is #DAEDE3. Grayscale: #181818. Windows color (decimal): -14347748 or 1839653. OLE color: 1839653.

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

Color convert

RGB 37 18 28 -
CMYK 0 0.51 0.24 0.85
HSL 328.42º 0.35% 0.11% -
HSV(B) 328.42º 0.51% 0.15% -
XYZ 1.19 0.91 1.21 -
YUV 24.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 37 18 28 0 0.51 0.24 0.85 328.42 0.35 0.11
Hex 25 12 1C 0 33 18 55 148 23 B
Octal 45 22 34 0 63 30 125 510 43 13
Binary 100101 10010 11100 0 110011 11000 1010101 101001000 100011 1011

Color Harmonies of #25121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25121C

Black with #25121C

Text Example


Text Example

White with #25121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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