Html Css Color HEX #25122D Blackcurrant

📋 copy color: '#25122D'

red 37 ◦ green 18 ◦ blue 45

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

Shades of Blackcurrant #25122D

Tints of Blackcurrant #25122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18%

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

R = 37%
G = 18%
B = 45%

CMYK

 C value IS 0.18

 M value IS 0.6

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25122D (or 0x25122D) is known color: Blackcurrant. HEX triplet: 25, 12 and 2D. RGB value is (37,18,45). Sum of RGB (Red+Green+Blue) = 37+18+45=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #25122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25122D is #DAEDD2. Grayscale: #1A1A1A. Windows color (decimal): -14347731 or 2953765. OLE color: 2953765.

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

Color convert

RGB 37 18 45 -
CMYK 0.18 0.6 0 0.82
HSL 282.22º 0.43% 0.12% -
HSV(B) 282.22º 0.6% 0.18% -
XYZ 1.45 1.02 2.6 -
YUV 26.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 37 18 45 0.18 0.6 0 0.82 282.22 0.43 0.12
Hex 25 12 2D 12 3C 0 52 11A 2B C
Octal 45 22 55 22 74 0 122 432 53 14
Binary 100101 10010 101101 10010 111100 0 1010010 100011010 101011 1100

Color Harmonies of #25122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25122D

Black with #25122D

Text Example


Text Example

White with #25122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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