Html Css Color HEX #25082C Blackcurrant

📋 copy color: '#25082C'

red 37 ◦ green 8 ◦ blue 44

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

Shades of Blackcurrant #25082C

Tints of Blackcurrant #25082C

RGB

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

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

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

R = 41.57%
G = 8.99%
B = 49.44%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25082C (or 0x25082C) is known color: Blackcurrant. HEX triplet: 25, 08 and 2C. RGB value is (37,8,44). Sum of RGB (Red+Green+Blue) = 37+8+44=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #25082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25082C is #DAF7D3. Grayscale: #141414. Windows color (decimal): -14350292 or 2885669. OLE color: 2885669.

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

Color convert

RGB 37 8 44 -
CMYK 0.16 0.82 0 0.83
HSL 288.33º 0.69% 0.1% -
HSV(B) 288.33º 0.82% 0.17% -
XYZ 1.3 0.75 2.46 -
YUV 20.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 37 8 44 0.16 0.82 0 0.83 288.33 0.69 0.1
Hex 25 8 2C 10 52 0 53 120 45 A
Octal 45 10 54 20 122 0 123 440 105 12
Binary 100101 1000 101100 10000 1010010 0 1010011 100100000 1000101 1010

Color Harmonies of #25082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25082C

Black with #25082C

Text Example


Text Example

White with #25082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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