Html Css Color HEX #25082E Blackcurrant

📋 copy color: '#25082E'

red 37 ◦ green 8 ◦ blue 46

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

Shades of Blackcurrant #25082E

Tints of Blackcurrant #25082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.79%

 BLUE value IS 46 (18.36% from 255) = 50.55%

R = 40.66%
G = 8.79%
B = 50.55%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25082E (or 0x25082E) is known color: Blackcurrant. HEX triplet: 25, 08 and 2E. RGB value is (37,8,46). Sum of RGB (Red+Green+Blue) = 37+8+46=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #25082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25082E is #DAF7D1. Grayscale: #141414. Windows color (decimal): -14350290 or 3016741. OLE color: 3016741.

HSL color Cylindrical-coordinate representation of color #25082E: hue angle of 285.79º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25082E is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 8 46 -
CMYK 0.20 0.83 0 0.82
HSL 285.79º 0.7% 0.11% -
HSV(B) 285.79º 0.83% 0.18% -
XYZ 1.34 0.76 2.66 -
YUV 21 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 37 8 46 0.20 0.83 0 0.82 285.79 0.7 0.11
Hex 25 8 2E 14 53 0 52 11E 46 B
Octal 45 10 56 24 123 0 122 436 106 13
Binary 100101 1000 101110 10100 1010011 0 1010010 100011110 1000110 1011

Color Harmonies of #25082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25082E

Black with #25082E

Text Example


Text Example

White with #25082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25082E; }

 p { color: rgb(37,8,46); }

 H1.HeaderClassName
 {
   color: #25082E;
 }
 .AnyTagClassName
 {
   color: #25082E;
 }
</style>

background-color css

<style>
 a { background-color: #25082E; }

 a { background-color: rgb(37,8,46); }

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

border-color css

<style>
 span { border-color: #25082E; }

 span { border-color: rgb(37,8,46); }

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