Html Css Color HEX #28053D Blackcurrant

📋 copy color: '#28053D'

red 40 ◦ green 5 ◦ blue 61

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

Shades of Blackcurrant #28053D

Tints of Blackcurrant #28053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

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

R = 37.74%
G = 4.72%
B = 57.55%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28053D (or 0x28053D) is known color: Blackcurrant. HEX triplet: 28, 05 and 3D. RGB value is (40,5,61). Sum of RGB (Red+Green+Blue) = 40+5+61=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #28053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28053D is #D7FAC2. Grayscale: #151515. Windows color (decimal): -14154435 or 3999016. OLE color: 3999016.

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

Color convert

RGB 40 5 61 -
CMYK 0.34 0.92 0 0.76
HSL 277.5º 0.85% 0.13% -
HSV(B) 277.5º 0.92% 0.24% -
XYZ 1.77 0.9 4.49 -
YUV 21.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 40 5 61 0.34 0.92 0 0.76 277.5 0.85 0.13
Hex 28 5 3D 22 5C 0 4C 116 55 D
Octal 50 5 75 42 134 0 114 426 125 15
Binary 101000 101 111101 100010 1011100 0 1001100 100010110 1010101 1101

Color Harmonies of #28053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28053D

Black with #28053D

Text Example


Text Example

White with #28053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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