Html Css Color HEX #25062F Blackcurrant

📋 copy color: '#25062F'

red 37 ◦ green 6 ◦ blue 47

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

Shades of Blackcurrant #25062F

Tints of Blackcurrant #25062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.67%

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

R = 41.11%
G = 6.67%
B = 52.22%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25062F (or 0x25062F) is known color: Blackcurrant. HEX triplet: 25, 06 and 2F. RGB value is (37,6,47). Sum of RGB (Red+Green+Blue) = 37+6+47=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #25062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25062F is #DAF9D0. Grayscale: #131313. Windows color (decimal): -14350801 or 3081765. OLE color: 3081765.

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

Color convert

RGB 37 6 47 -
CMYK 0.21 0.87 0 0.82
HSL 285.37º 0.77% 0.1% -
HSV(B) 285.37º 0.87% 0.18% -
XYZ 1.34 0.73 2.76 -
YUV 19.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 37 6 47 0.21 0.87 0 0.82 285.37 0.77 0.1
Hex 25 6 2F 15 57 0 52 11D 4D A
Octal 45 6 57 25 127 0 122 435 115 12
Binary 100101 110 101111 10101 1010111 0 1010010 100011101 1001101 1010

Color Harmonies of #25062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25062F

Black with #25062F

Text Example


Text Example

White with #25062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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