Html Css Color HEX #25072B Blackcurrant

📋 copy color: '#25072B'

red 37 ◦ green 7 ◦ blue 43

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

Shades of Blackcurrant #25072B

Tints of Blackcurrant #25072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.05%

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

R = 42.53%
G = 8.05%
B = 49.43%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25072B (or 0x25072B) is known color: Blackcurrant. HEX triplet: 25, 07 and 2B. RGB value is (37,7,43). Sum of RGB (Red+Green+Blue) = 37+7+43=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #25072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25072B is #DAF8D4. Grayscale: #131313. Windows color (decimal): -14350549 or 2819877. OLE color: 2819877.

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

Color convert

RGB 37 7 43 -
CMYK 0.14 0.84 0 0.83
HSL 290º 0.72% 0.1% -
HSV(B) 290º 0.84% 0.17% -
XYZ 1.27 0.72 2.36 -
YUV 20.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 37 7 43 0.14 0.84 0 0.83 290 0.72 0.1
Hex 25 7 2B E 54 0 53 122 48 A
Octal 45 7 53 16 124 0 123 442 110 12
Binary 100101 111 101011 1110 1010100 0 1010011 100100010 1001000 1010

Color Harmonies of #25072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25072B

Black with #25072B

Text Example


Text Example

White with #25072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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