Html Css Color HEX #25081B Blackberry

📋 copy color: '#25081B'

red 37 ◦ green 8 ◦ blue 27

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

Shades of Blackberry #25081B

Tints of Blackberry #25081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.11%

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

R = 51.39%
G = 11.11%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25081B (or 0x25081B) is known color: Blackberry. HEX triplet: 25, 08 and 1B. RGB value is (37,8,27). Sum of RGB (Red+Green+Blue) = 37+8+27=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #25081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081B is #DAF7E4. Grayscale: #121212. Windows color (decimal): -14350309 or 1771557. OLE color: 1771557.

HSL color Cylindrical-coordinate representation of color #25081B: hue angle of 320.69º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25081B is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 8 27 -
CMYK 0 0.78 0.27 0.85
HSL 320.69º 0.64% 0.09% -
HSV(B) 320.69º 0.78% 0.15% -
XYZ 1.05 0.65 1.11 -
YUV 18.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 37 8 27 0 0.78 0.27 0.85 320.69 0.64 0.09
Hex 25 8 1B 0 4E 1B 55 141 40 9
Octal 45 10 33 0 116 33 125 501 100 11
Binary 100101 1000 11011 0 1001110 11011 1010101 101000001 1000000 1001

Color Harmonies of #25081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25081B

Black with #25081B

Text Example


Text Example

White with #25081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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