Html Css Color HEX #25012D Blackcurrant

📋 copy color: '#25012D'

red 37 ◦ green 1 ◦ blue 45

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

Shades of Blackcurrant #25012D

Tints of Blackcurrant #25012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.2%

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

R = 44.58%
G = 1.2%
B = 54.22%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25012D (or 0x25012D) is known color: Blackcurrant. HEX triplet: 25, 01 and 2D. RGB value is (37,1,45). Sum of RGB (Red+Green+Blue) = 37+1+45=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #25012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25012D is #DAFED2. Grayscale: #101010. Windows color (decimal): -14352083 or 2949413. OLE color: 2949413.

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

Color convert

RGB 37 1 45 -
CMYK 0.18 0.98 0 0.82
HSL 289.09º 0.96% 0.09% -
HSV(B) 289.09º 0.98% 0.18% -
XYZ 1.25 0.6 2.53 -
YUV 16.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 37 1 45 0.18 0.98 0 0.82 289.09 0.96 0.09
Hex 25 1 2D 12 62 0 52 121 60 9
Octal 45 1 55 22 142 0 122 441 140 11
Binary 100101 1 101101 10010 1100010 0 1010010 100100001 1100000 1001

Color Harmonies of #25012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25012D

Black with #25012D

Text Example


Text Example

White with #25012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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