Html Css Color HEX #28123D Blackcurrant

📋 copy color: '#28123D'

red 40 ◦ green 18 ◦ blue 61

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

Shades of Blackcurrant #28123D

Tints of Blackcurrant #28123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 33.61%
G = 15.13%
B = 51.26%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28123D (or 0x28123D) is known color: Blackcurrant. HEX triplet: 28, 12 and 3D. RGB value is (40,18,61). Sum of RGB (Red+Green+Blue) = 40+18+61=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #28123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28123D is #D7EDC2. Grayscale: #1D1D1D. Windows color (decimal): -14151107 or 4002344. OLE color: 4002344.

HSL color Cylindrical-coordinate representation of color #28123D: hue angle of 270.7º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28123D is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 18 61 -
CMYK 0.34 0.70 0 0.76
HSL 270.7º 0.54% 0.15% -
HSV(B) 270.7º 0.7% 0.24% -
XYZ 1.93 1.22 4.55 -
YUV 29.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 40 18 61 0.34 0.70 0 0.76 270.7 0.54 0.15
Hex 28 12 3D 22 46 0 4C 10F 36 F
Octal 50 22 75 42 106 0 114 417 66 17
Binary 101000 10010 111101 100010 1000110 0 1001100 100001111 110110 1111

Color Harmonies of #28123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28123D

Black with #28123D

Text Example


Text Example

White with #28123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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