Html Css Color HEX #25212A Blackcurrant

📋 copy color: '#25212A'

red 37 ◦ green 33 ◦ blue 42

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

Shades of Blackcurrant #25212A

Tints of Blackcurrant #25212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.46%

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

R = 33.04%
G = 29.46%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#25212A (or 0x25212A) is known color: Blackcurrant. HEX triplet: 25, 21 and 2A. RGB value is (37,33,42). Sum of RGB (Red+Green+Blue) = 37+33+42=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 42 - color contains mainly: blue. Hex color #25212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25212A is #DADED5. Grayscale: #232323. Windows color (decimal): -14343894 or 2760997. OLE color: 2760997.

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

Color convert

RGB 37 33 42 -
CMYK 0.12 0.21 0 0.84
HSL 266.67º 0.12% 0.15% -
HSV(B) 266.67º 0.21% 0.16% -
XYZ 1.72 1.65 2.42 -
YUV 35.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 37 33 42 0.12 0.21 0 0.84 266.67 0.12 0.15
Hex 25 21 2A C 15 0 54 10B C F
Octal 45 41 52 14 25 0 124 413 14 17
Binary 100101 100001 101010 1100 10101 0 1010100 100001011 1100 1111

Color Harmonies of #25212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25212A

Black with #25212A

Text Example


Text Example

White with #25212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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