Html Css Color HEX #25002D Blackcurrant

📋 copy color: '#25002D'

red 37 ◦ green 0 ◦ blue 45

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

Shades of Blackcurrant #25002D

Tints of Blackcurrant #25002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 54.88%

R = 45.12%
G = 0%
B = 54.88%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25002D (or 0x25002D) is known color: Blackcurrant. HEX triplet: 25, 00 and 2D. RGB value is (37,0,45). Sum of RGB (Red+Green+Blue) = 37+0+45=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #25002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25002D is #DAFFD2. Grayscale: #101010. Windows color (decimal): -14352339 or 2949157. OLE color: 2949157.

HSL color Cylindrical-coordinate representation of color #25002D: hue angle of 289.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25002D is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 0 45 -
CMYK 0.18 1 0 0.82
HSL 289.33º 1% 0.09% -
HSV(B) 289.33º 1% 0.18% -
XYZ 1.24 0.58 2.53 -
YUV 16.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 37 0 45 0.18 1 0 0.82 289.33 1 0.09
Hex 25 0 2D 12 64 0 52 121 64 9
Octal 45 0 55 22 144 0 122 441 144 11
Binary 100101 0 101101 10010 1100100 0 1010010 100100001 1100100 1001

Color Harmonies of #25002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25002D

Black with #25002D

Text Example


Text Example

White with #25002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,0,45); }

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

background-color css

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

 a { background-color: rgb(37,0,45); }

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

border-color css

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

 span { border-color: rgb(37,0,45); }

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