Html Css Color HEX #25021D Blackberry

📋 copy color: '#25021D'

red 37 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #25021D

Tints of Blackberry #25021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 42.65%

R = 54.41%
G = 2.94%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#25021D (or 0x25021D) is known color: Blackberry. HEX triplet: 25, 02 and 1D. RGB value is (37,2,29). Sum of RGB (Red+Green+Blue) = 37+2+29=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25021D is #DAFDE2. Grayscale: #0F0F0F. Windows color (decimal): -14351843 or 1901093. OLE color: 1901093.

HSL color Cylindrical-coordinate representation of color #25021D: hue angle of 313.71º 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 #25021D is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 29 -
CMYK 0 0.95 0.22 0.85
HSL 313.71º 0.9% 0.08% -
HSV(B) 313.71º 0.95% 0.15% -
XYZ 1.01 0.53 1.21 -
YUV 15.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 37 2 29 0 0.95 0.22 0.85 313.71 0.9 0.08
Hex 25 2 1D 0 5F 16 55 13A 5A 8
Octal 45 2 35 0 137 26 125 472 132 10
Binary 100101 10 11101 0 1011111 10110 1010101 100111010 1011010 1000

Color Harmonies of #25021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25021D

Black with #25021D

Text Example


Text Example

White with #25021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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