Html Css Color HEX #25052C Blackcurrant

📋 copy color: '#25052C'

red 37 ◦ green 5 ◦ blue 44

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

Shades of Blackcurrant #25052C

Tints of Blackcurrant #25052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.81%

 BLUE value IS 44 (17.58% from 255) = 51.16%

R = 43.02%
G = 5.81%
B = 51.16%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25052C (or 0x25052C) is known color: Blackcurrant. HEX triplet: 25, 05 and 2C. RGB value is (37,5,44). Sum of RGB (Red+Green+Blue) = 37+5+44=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #25052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25052C is #DAFAD3. Grayscale: #121212. Windows color (decimal): -14351060 or 2884901. OLE color: 2884901.

HSL color Cylindrical-coordinate representation of color #25052C: hue angle of 289.23º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25052C is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 5 44 -
CMYK 0.16 0.89 0 0.83
HSL 289.23º 0.8% 0.1% -
HSV(B) 289.23º 0.89% 0.17% -
XYZ 1.27 0.68 2.45 -
YUV 19.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 37 5 44 0.16 0.89 0 0.83 289.23 0.8 0.1
Hex 25 5 2C 10 59 0 53 121 50 A
Octal 45 5 54 20 131 0 123 441 120 12
Binary 100101 101 101100 10000 1011001 0 1010011 100100001 1010000 1010

Color Harmonies of #25052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25052C

Black with #25052C

Text Example


Text Example

White with #25052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25052C; }

 p { color: rgb(37,5,44); }

 H1.HeaderClassName
 {
   color: #25052C;
 }
 .AnyTagClassName
 {
   color: #25052C;
 }
</style>

background-color css

<style>
 a { background-color: #25052C; }

 a { background-color: rgb(37,5,44); }

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

border-color css

<style>
 span { border-color: #25052C; }

 span { border-color: rgb(37,5,44); }

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