Html Css Color HEX #25141C Blackberry

📋 copy color: '#25141C'

red 37 ◦ green 20 ◦ blue 28

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

Shades of Blackberry #25141C

Tints of Blackberry #25141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.53%

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

R = 43.53%
G = 23.53%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#25141C (or 0x25141C) is known color: Blackberry. HEX triplet: 25, 14 and 1C. RGB value is (37,20,28). Sum of RGB (Red+Green+Blue) = 37+20+28=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25141C is #DAEBE3. Grayscale: #191919. Windows color (decimal): -14347236 or 1840165. OLE color: 1840165.

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

Color convert

RGB 37 20 28 -
CMYK 0 0.46 0.24 0.85
HSL 331.76º 0.3% 0.11% -
HSV(B) 331.76º 0.46% 0.15% -
XYZ 1.22 0.98 1.22 -
YUV 26 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 37 20 28 0 0.46 0.24 0.85 331.76 0.3 0.11
Hex 25 14 1C 0 2E 18 55 14C 1E B
Octal 45 24 34 0 56 30 125 514 36 13
Binary 100101 10100 11100 0 101110 11000 1010101 101001100 11110 1011

Color Harmonies of #25141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25141C

Black with #25141C

Text Example


Text Example

White with #25141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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