Html Css Color HEX #25081A Blackberry

📋 copy color: '#25081A'

red 37 ◦ green 8 ◦ blue 26

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

Shades of Blackberry #25081A

Tints of Blackberry #25081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 36.62%

R = 52.11%
G = 11.27%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#25081A (or 0x25081A) is known color: Blackberry. HEX triplet: 25, 08 and 1A. RGB value is (37,8,26). Sum of RGB (Red+Green+Blue) = 37+8+26=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #25081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081A is #DAF7E5. Grayscale: #121212. Windows color (decimal): -14350310 or 1706021. OLE color: 1706021.

HSL color Cylindrical-coordinate representation of color #25081A: hue angle of 322.76º 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 #25081A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 8 26 -
CMYK 0 0.78 0.30 0.85
HSL 322.76º 0.64% 0.09% -
HSV(B) 322.76º 0.78% 0.15% -
XYZ 1.04 0.64 1.05 -
YUV 18.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 37 8 26 0 0.78 0.30 0.85 322.76 0.64 0.09
Hex 25 8 1A 0 4E 1E 55 143 40 9
Octal 45 10 32 0 116 36 125 503 100 11
Binary 100101 1000 11010 0 1001110 11110 1010101 101000011 1000000 1001

Color Harmonies of #25081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25081A

Black with #25081A

Text Example


Text Example

White with #25081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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