Html Css Color HEX #25082B Blackcurrant

📋 copy color: '#25082B'

red 37 ◦ green 8 ◦ blue 43

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

Shades of Blackcurrant #25082B

Tints of Blackcurrant #25082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.09%

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

R = 42.05%
G = 9.09%
B = 48.86%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25082B (or 0x25082B) is known color: Blackcurrant. HEX triplet: 25, 08 and 2B. RGB value is (37,8,43). Sum of RGB (Red+Green+Blue) = 37+8+43=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #25082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25082B is #DAF7D4. Grayscale: #141414. Windows color (decimal): -14350293 or 2820133. OLE color: 2820133.

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

Color convert

RGB 37 8 43 -
CMYK 0.14 0.81 0 0.83
HSL 289.71º 0.69% 0.1% -
HSV(B) 289.71º 0.81% 0.17% -
XYZ 1.29 0.74 2.36 -
YUV 20.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 37 8 43 0.14 0.81 0 0.83 289.71 0.69 0.1
Hex 25 8 2B E 51 0 53 122 45 A
Octal 45 10 53 16 121 0 123 442 105 12
Binary 100101 1000 101011 1110 1010001 0 1010011 100100010 1000101 1010

Color Harmonies of #25082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25082B

Black with #25082B

Text Example


Text Example

White with #25082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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