Html Css Color HEX #25061A Blackberry

📋 copy color: '#25061A'

red 37 ◦ green 6 ◦ blue 26

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

Shades of Blackberry #25061A

Tints of Blackberry #25061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.7%

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

R = 53.62%
G = 8.7%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#25061A (or 0x25061A) is known color: Blackberry. HEX triplet: 25, 06 and 1A. RGB value is (37,6,26). Sum of RGB (Red+Green+Blue) = 37+6+26=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25061A is #DAF9E5. Grayscale: #111111. Windows color (decimal): -14350822 or 1705509. OLE color: 1705509.

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

Color convert

RGB 37 6 26 -
CMYK 0 0.84 0.30 0.85
HSL 321.29º 0.72% 0.08% -
HSV(B) 321.29º 0.84% 0.15% -
XYZ 1.01 0.6 1.04 -
YUV 17.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 37 6 26 0 0.84 0.30 0.85 321.29 0.72 0.08
Hex 25 6 1A 0 54 1E 55 141 48 8
Octal 45 6 32 0 124 36 125 501 110 10
Binary 100101 110 11010 0 1010100 11110 1010101 101000001 1001000 1000

Color Harmonies of #25061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25061A

Black with #25061A

Text Example


Text Example

White with #25061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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