Html Css Color HEX #28252A Blackcurrant

📋 copy color: '#28252A'

red 40 ◦ green 37 ◦ blue 42

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

Shades of Blackcurrant #28252A

Tints of Blackcurrant #28252A

RGB

 RED value IS 40 (16.02% from 255) = 33.61%

 GREEN value IS 37 (14.84% from 255) = 31.09%

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

R = 33.61%
G = 31.09%
B = 35.29%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#28252A (or 0x28252A) is known color: Blackcurrant. HEX triplet: 28, 25 and 2A. RGB value is (40,37,42). Sum of RGB (Red+Green+Blue) = 40+37+42=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 42 - color contains mainly: blue. Hex color #28252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28252A is #D7DAD5. Grayscale: #262626. Windows color (decimal): -14146262 or 2762024. OLE color: 2762024.

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

Color convert

RGB 40 37 42 -
CMYK 0.05 0.12 0 0.84
HSL 276º 0.06% 0.15% -
HSV(B) 276º 0.12% 0.16% -
XYZ 1.95 1.94 2.46 -
YUV 38.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 40 37 42 0.05 0.12 0 0.84 276 0.06 0.15
Hex 28 25 2A 5 C 0 54 114 6 F
Octal 50 45 52 5 14 0 124 424 6 17
Binary 101000 100101 101010 101 1100 0 1010100 100010100 110 1111

Color Harmonies of #28252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28252A

Black with #28252A

Text Example


Text Example

White with #28252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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