Html Css Color HEX #25021A Blackberry

📋 copy color: '#25021A'

red 37 ◦ green 2 ◦ blue 26

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

Shades of Blackberry #25021A

Tints of Blackberry #25021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.08%

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

R = 56.92%
G = 3.08%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#25021A (or 0x25021A) is known color: Blackberry. HEX triplet: 25, 02 and 1A. RGB value is (37,2,26). Sum of RGB (Red+Green+Blue) = 37+2+26=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #25021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25021A is #DAFDE5. Grayscale: #0F0F0F. Windows color (decimal): -14351846 or 1704485. OLE color: 1704485.

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

Color convert

RGB 37 2 26 -
CMYK 0 0.95 0.30 0.85
HSL 318.86º 0.9% 0.08% -
HSV(B) 318.86º 0.95% 0.15% -
XYZ 0.97 0.51 1.02 -
YUV 15.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 37 2 26 0 0.95 0.30 0.85 318.86 0.9 0.08
Hex 25 2 1A 0 5F 1E 55 13F 5A 8
Octal 45 2 32 0 137 36 125 477 132 10
Binary 100101 10 11010 0 1011111 11110 1010101 100111111 1011010 1000

Color Harmonies of #25021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25021A

Black with #25021A

Text Example


Text Example

White with #25021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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