Html Css Color HEX #25121B Blackberry

📋 copy color: '#25121B'

red 37 ◦ green 18 ◦ blue 27

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

Shades of Blackberry #25121B

Tints of Blackberry #25121B

RGB

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

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

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

R = 45.12%
G = 21.95%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25121B (or 0x25121B) is known color: Blackberry. HEX triplet: 25, 12 and 1B. RGB value is (37,18,27). Sum of RGB (Red+Green+Blue) = 37+18+27=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25121B is #DAEDE4. Grayscale: #181818. Windows color (decimal): -14347749 or 1774117. OLE color: 1774117.

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

Color convert

RGB 37 18 27 -
CMYK 0 0.51 0.27 0.85
HSL 331.58º 0.35% 0.11% -
HSV(B) 331.58º 0.51% 0.15% -
XYZ 1.18 0.91 1.15 -
YUV 24.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 37 18 27 0 0.51 0.27 0.85 331.58 0.35 0.11
Hex 25 12 1B 0 33 1B 55 14C 23 B
Octal 45 22 33 0 63 33 125 514 43 13
Binary 100101 10010 11011 0 110011 11011 1010101 101001100 100011 1011

Color Harmonies of #25121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25121B

Black with #25121B

Text Example


Text Example

White with #25121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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