Html Css Color HEX #25092D Blackcurrant

📋 copy color: '#25092D'

red 37 ◦ green 9 ◦ blue 45

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

Shades of Blackcurrant #25092D

Tints of Blackcurrant #25092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.89%

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

R = 40.66%
G = 9.89%
B = 49.45%

CMYK

 C value IS 0.18

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25092D (or 0x25092D) is known color: Blackcurrant. HEX triplet: 25, 09 and 2D. RGB value is (37,9,45). Sum of RGB (Red+Green+Blue) = 37+9+45=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #25092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25092D is #DAF6D2. Grayscale: #151515. Windows color (decimal): -14350035 or 2951461. OLE color: 2951461.

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

Color convert

RGB 37 9 45 -
CMYK 0.18 0.8 0 0.82
HSL 286.67º 0.67% 0.11% -
HSV(B) 286.67º 0.8% 0.18% -
XYZ 1.33 0.78 2.56 -
YUV 21.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 37 9 45 0.18 0.8 0 0.82 286.67 0.67 0.11
Hex 25 9 2D 12 50 0 52 11F 43 B
Octal 45 11 55 22 120 0 122 437 103 13
Binary 100101 1001 101101 10010 1010000 0 1010010 100011111 1000011 1011

Color Harmonies of #25092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25092D

Black with #25092D

Text Example


Text Example

White with #25092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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