Html Css Color HEX #25052B Blackcurrant

📋 copy color: '#25052B'

red 37 ◦ green 5 ◦ blue 43

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

Shades of Blackcurrant #25052B

Tints of Blackcurrant #25052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.88%

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

R = 43.53%
G = 5.88%
B = 50.59%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25052B (or 0x25052B) is known color: Blackcurrant. HEX triplet: 25, 05 and 2B. RGB value is (37,5,43). Sum of RGB (Red+Green+Blue) = 37+5+43=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #25052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25052B is #DAFAD4. Grayscale: #121212. Windows color (decimal): -14351061 or 2819365. OLE color: 2819365.

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

Color convert

RGB 37 5 43 -
CMYK 0.14 0.88 0 0.83
HSL 290.53º 0.79% 0.09% -
HSV(B) 290.53º 0.88% 0.17% -
XYZ 1.25 0.68 2.35 -
YUV 18.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 37 5 43 0.14 0.88 0 0.83 290.53 0.79 0.09
Hex 25 5 2B E 58 0 53 123 4F 9
Octal 45 5 53 16 130 0 123 443 117 11
Binary 100101 101 101011 1110 1011000 0 1010011 100100011 1001111 1001

Color Harmonies of #25052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25052B

Black with #25052B

Text Example


Text Example

White with #25052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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