Html Css Color HEX #25012F Blackcurrant

📋 copy color: '#25012F'

red 37 ◦ green 1 ◦ blue 47

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

Shades of Blackcurrant #25012F

Tints of Blackcurrant #25012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 55.29%

R = 43.53%
G = 1.18%
B = 55.29%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25012F (or 0x25012F) is known color: Blackcurrant. HEX triplet: 25, 01 and 2F. RGB value is (37,1,47). Sum of RGB (Red+Green+Blue) = 37+1+47=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #25012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25012F is #DAFED0. Grayscale: #101010. Windows color (decimal): -14352081 or 3080485. OLE color: 3080485.

HSL color Cylindrical-coordinate representation of color #25012F: hue angle of 286.96º 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 #25012F is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 1 47 -
CMYK 0.21 0.98 0 0.82
HSL 286.96º 0.96% 0.09% -
HSV(B) 286.96º 0.98% 0.18% -
XYZ 1.29 0.62 2.74 -
YUV 17.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 37 1 47 0.21 0.98 0 0.82 286.96 0.96 0.09
Hex 25 1 2F 15 62 0 52 11F 60 9
Octal 45 1 57 25 142 0 122 437 140 11
Binary 100101 1 101111 10101 1100010 0 1010010 100011111 1100000 1001

Color Harmonies of #25012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25012F

Black with #25012F

Text Example


Text Example

White with #25012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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