Html Css Color HEX #25182A Blackcurrant

📋 copy color: '#25182A'

red 37 ◦ green 24 ◦ blue 42

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

Shades of Blackcurrant #25182A

Tints of Blackcurrant #25182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.3%

 BLUE value IS 42 (16.8% from 255) = 40.78%

R = 35.92%
G = 23.3%
B = 40.78%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#25182A (or 0x25182A) is known color: Blackcurrant. HEX triplet: 25, 18 and 2A. RGB value is (37,24,42). Sum of RGB (Red+Green+Blue) = 37+24+42=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #25182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25182A is #DAE7D5. Grayscale: #1D1D1D. Windows color (decimal): -14346198 or 2758693. OLE color: 2758693.

HSL color Cylindrical-coordinate representation of color #25182A: hue angle of 283.33º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25182A is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 24 42 -
CMYK 0.12 0.43 0 0.84
HSL 283.33º 0.27% 0.13% -
HSV(B) 283.33º 0.43% 0.16% -
XYZ 1.51 1.21 2.35 -
YUV 29.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 37 24 42 0.12 0.43 0 0.84 283.33 0.27 0.13
Hex 25 18 2A C 2B 0 54 11B 1B D
Octal 45 30 52 14 53 0 124 433 33 15
Binary 100101 11000 101010 1100 101011 0 1010100 100011011 11011 1101

Color Harmonies of #25182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25182A

Black with #25182A

Text Example


Text Example

White with #25182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25182A; }

 p { color: rgb(37,24,42); }

 H1.HeaderClassName
 {
   color: #25182A;
 }
 .AnyTagClassName
 {
   color: #25182A;
 }
</style>

background-color css

<style>
 a { background-color: #25182A; }

 a { background-color: rgb(37,24,42); }

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

border-color css

<style>
 span { border-color: #25182A; }

 span { border-color: rgb(37,24,42); }

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