Html Css Color HEX #25042B Blackcurrant

📋 copy color: '#25042B'

red 37 ◦ green 4 ◦ blue 43

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

Shades of Blackcurrant #25042B

Tints of Blackcurrant #25042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

 BLUE value IS 43 (17.19% from 255) = 51.19%

R = 44.05%
G = 4.76%
B = 51.19%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25042B (or 0x25042B) is known color: Blackcurrant. HEX triplet: 25, 04 and 2B. RGB value is (37,4,43). Sum of RGB (Red+Green+Blue) = 37+4+43=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #25042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25042B is #DAFBD4. Grayscale: #121212. Windows color (decimal): -14351317 or 2819109. OLE color: 2819109.

HSL color Cylindrical-coordinate representation of color #25042B: hue angle of 290.77º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25042B is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 4 43 -
CMYK 0.14 0.91 0 0.83
HSL 290.77º 0.83% 0.09% -
HSV(B) 290.77º 0.91% 0.17% -
XYZ 1.24 0.65 2.35 -
YUV 18.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 37 4 43 0.14 0.91 0 0.83 290.77 0.83 0.09
Hex 25 4 2B E 5B 0 53 123 53 9
Octal 45 4 53 16 133 0 123 443 123 11
Binary 100101 100 101011 1110 1011011 0 1010011 100100011 1010011 1001

Color Harmonies of #25042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25042B

Black with #25042B

Text Example


Text Example

White with #25042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25042B; }

 p { color: rgb(37,4,43); }

 H1.HeaderClassName
 {
   color: #25042B;
 }
 .AnyTagClassName
 {
   color: #25042B;
 }
</style>

background-color css

<style>
 a { background-color: #25042B; }

 a { background-color: rgb(37,4,43); }

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

border-color css

<style>
 span { border-color: #25042B; }

 span { border-color: rgb(37,4,43); }

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