Html Css Color HEX #25092F Blackcurrant

📋 copy color: '#25092F'

red 37 ◦ green 9 ◦ blue 47

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

Shades of Blackcurrant #25092F

Tints of Blackcurrant #25092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 50.54%

R = 39.78%
G = 9.68%
B = 50.54%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25092F (or 0x25092F) is known color: Blackcurrant. HEX triplet: 25, 09 and 2F. RGB value is (37,9,47). Sum of RGB (Red+Green+Blue) = 37+9+47=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #25092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25092F is #DAF6D0. Grayscale: #151515. Windows color (decimal): -14350033 or 3082533. OLE color: 3082533.

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

Color convert

RGB 37 9 47 -
CMYK 0.21 0.81 0 0.82
HSL 284.21º 0.68% 0.11% -
HSV(B) 284.21º 0.81% 0.18% -
XYZ 1.37 0.79 2.77 -
YUV 21.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 37 9 47 0.21 0.81 0 0.82 284.21 0.68 0.11
Hex 25 9 2F 15 51 0 52 11C 44 B
Octal 45 11 57 25 121 0 122 434 104 13
Binary 100101 1001 101111 10101 1010001 0 1010010 100011100 1000100 1011

Color Harmonies of #25092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25092F

Black with #25092F

Text Example


Text Example

White with #25092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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