Html Css Color HEX #25123D Blackcurrant

📋 copy color: '#25123D'

red 37 ◦ green 18 ◦ blue 61

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

Shades of Blackcurrant #25123D

Tints of Blackcurrant #25123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 52.59%

R = 31.9%
G = 15.52%
B = 52.59%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25123D (or 0x25123D) is known color: Blackcurrant. HEX triplet: 25, 12 and 3D. RGB value is (37,18,61). Sum of RGB (Red+Green+Blue) = 37+18+61=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #25123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25123D is #DAEDC2. Grayscale: #1C1C1C. Windows color (decimal): -14347715 or 4002341. OLE color: 4002341.

HSL color Cylindrical-coordinate representation of color #25123D: hue angle of 266.51º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25123D is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 18 61 -
CMYK 0.39 0.70 0 0.76
HSL 266.51º 0.54% 0.15% -
HSV(B) 266.51º 0.7% 0.24% -
XYZ 1.82 1.16 4.54 -
YUV 28.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 37 18 61 0.39 0.70 0 0.76 266.51 0.54 0.15
Hex 25 12 3D 27 46 0 4C 10B 36 F
Octal 45 22 75 47 106 0 114 413 66 17
Binary 100101 10010 111101 100111 1000110 0 1001100 100001011 110110 1111

Color Harmonies of #25123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25123D

Black with #25123D

Text Example


Text Example

White with #25123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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