Html Css Color HEX #25092E Blackcurrant

📋 copy color: '#25092E'

red 37 ◦ green 9 ◦ blue 46

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

Shades of Blackcurrant #25092E

Tints of Blackcurrant #25092E

RGB

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

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

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

R = 40.22%
G = 9.78%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25092E (or 0x25092E) is known color: Blackcurrant. HEX triplet: 25, 09 and 2E. RGB value is (37,9,46). Sum of RGB (Red+Green+Blue) = 37+9+46=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #25092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25092E is #DAF6D1. Grayscale: #151515. Windows color (decimal): -14350034 or 3016997. OLE color: 3016997.

HSL color Cylindrical-coordinate representation of color #25092E: hue angle of 285.41º 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 #25092E is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 9 46 -
CMYK 0.20 0.80 0 0.82
HSL 285.41º 0.67% 0.11% -
HSV(B) 285.41º 0.8% 0.18% -
XYZ 1.35 0.79 2.67 -
YUV 21.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 37 9 46 0.20 0.80 0 0.82 285.41 0.67 0.11
Hex 25 9 2E 14 50 0 52 11D 43 B
Octal 45 11 56 24 120 0 122 435 103 13
Binary 100101 1001 101110 10100 1010000 0 1010010 100011101 1000011 1011

Color Harmonies of #25092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25092E

Black with #25092E

Text Example


Text Example

White with #25092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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