Html Css Color HEX #25051A Blackberry

📋 copy color: '#25051A'

red 37 ◦ green 5 ◦ blue 26

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

Shades of Blackberry #25051A

Tints of Blackberry #25051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.35%

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

R = 54.41%
G = 7.35%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#25051A (or 0x25051A) is known color: Blackberry. HEX triplet: 25, 05 and 1A. RGB value is (37,5,26). Sum of RGB (Red+Green+Blue) = 37+5+26=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25051A is #DAFAE5. Grayscale: #101010. Windows color (decimal): -14351078 or 1705253. OLE color: 1705253.

HSL color Cylindrical-coordinate representation of color #25051A: hue angle of 320.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25051A is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 5 26 -
CMYK 0 0.86 0.30 0.85
HSL 320.63º 0.76% 0.08% -
HSV(B) 320.63º 0.86% 0.15% -
XYZ 1 0.58 1.04 -
YUV 16.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 37 5 26 0 0.86 0.30 0.85 320.63 0.76 0.08
Hex 25 5 1A 0 56 1E 55 141 4C 8
Octal 45 5 32 0 126 36 125 501 114 10
Binary 100101 101 11010 0 1010110 11110 1010101 101000001 1001100 1000

Color Harmonies of #25051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25051A

Black with #25051A

Text Example


Text Example

White with #25051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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