Html Css Color HEX #28153D Blackcurrant

📋 copy color: '#28153D'

red 40 ◦ green 21 ◦ blue 61

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

Shades of Blackcurrant #28153D

Tints of Blackcurrant #28153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

 BLUE value IS 61 (24.22% from 255) = 50%

R = 32.79%
G = 17.21%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28153D (or 0x28153D) is known color: Blackcurrant. HEX triplet: 28, 15 and 3D. RGB value is (40,21,61). Sum of RGB (Red+Green+Blue) = 40+21+61=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #28153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28153D is #D7EAC2. Grayscale: #1F1F1F. Windows color (decimal): -14150339 or 4003112. OLE color: 4003112.

HSL color Cylindrical-coordinate representation of color #28153D: hue angle of 268.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28153D is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 21 61 -
CMYK 0.34 0.66 0 0.76
HSL 268.5º 0.49% 0.16% -
HSV(B) 268.5º 0.66% 0.24% -
XYZ 1.99 1.32 4.57 -
YUV 31.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 40 21 61 0.34 0.66 0 0.76 268.5 0.49 0.16
Hex 28 15 3D 22 42 0 4C 10C 31 10
Octal 50 25 75 42 102 0 114 414 61 20
Binary 101000 10101 111101 100010 1000010 0 1001100 100001100 110001 10000

Color Harmonies of #28153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28153D

Black with #28153D

Text Example


Text Example

White with #28153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28153D; }

 p { color: rgb(40,21,61); }

 H1.HeaderClassName
 {
   color: #28153D;
 }
 .AnyTagClassName
 {
   color: #28153D;
 }
</style>

background-color css

<style>
 a { background-color: #28153D; }

 a { background-color: rgb(40,21,61); }

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

border-color css

<style>
 span { border-color: #28153D; }

 span { border-color: rgb(40,21,61); }

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