Html Css Color HEX #28252B Blackcurrant

📋 copy color: '#28252B'

red 40 ◦ green 37 ◦ blue 43

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

Shades of Blackcurrant #28252B

Tints of Blackcurrant #28252B

RGB

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

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

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

R = 33.33%
G = 30.83%
B = 35.83%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28252B (or 0x28252B) is known color: Blackcurrant. HEX triplet: 28, 25 and 2B. RGB value is (40,37,43). Sum of RGB (Red+Green+Blue) = 40+37+43=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 43 - color contains mainly: blue. Hex color #28252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28252B is #D7DAD4. Grayscale: #262626. Windows color (decimal): -14146261 or 2827560. OLE color: 2827560.

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

Color convert

RGB 40 37 43 -
CMYK 0.07 0.14 0 0.83
HSL 270º 0.08% 0.16% -
HSV(B) 270º 0.14% 0.17% -
XYZ 1.97 1.95 2.56 -
YUV 38.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 40 37 43 0.07 0.14 0 0.83 270 0.08 0.16
Hex 28 25 2B 7 E 0 53 10E 8 10
Octal 50 45 53 7 16 0 123 416 10 20
Binary 101000 100101 101011 111 1110 0 1010011 100001110 1000 10000

Color Harmonies of #28252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28252B

Black with #28252B

Text Example


Text Example

White with #28252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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