Html Css Color HEX #28183A Blackcurrant

📋 copy color: '#28183A'

red 40 ◦ green 24 ◦ blue 58

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

Shades of Blackcurrant #28183A

Tints of Blackcurrant #28183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.67%

 BLUE value IS 58 (23.05% from 255) = 47.54%

R = 32.79%
G = 19.67%
B = 47.54%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28183A (or 0x28183A) is known color: Blackcurrant. HEX triplet: 28, 18 and 3A. RGB value is (40,24,58). Sum of RGB (Red+Green+Blue) = 40+24+58=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #28183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28183A is #D7E7C5. Grayscale: #202020. Windows color (decimal): -14149574 or 3807272. OLE color: 3807272.

HSL color Cylindrical-coordinate representation of color #28183A: hue angle of 268.24º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28183A is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 24 58 -
CMYK 0.31 0.59 0 0.77
HSL 268.24º 0.41% 0.16% -
HSV(B) 268.24º 0.59% 0.23% -
XYZ 1.97 1.41 4.17 -
YUV 32.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 40 24 58 0.31 0.59 0 0.77 268.24 0.41 0.16
Hex 28 18 3A 1F 3B 0 4D 10C 29 10
Octal 50 30 72 37 73 0 115 414 51 20
Binary 101000 11000 111010 11111 111011 0 1001101 100001100 101001 10000

Color Harmonies of #28183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28183A

Black with #28183A

Text Example


Text Example

White with #28183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,24,58); }

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

background-color css

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

 a { background-color: rgb(40,24,58); }

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

border-color css

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

 span { border-color: rgb(40,24,58); }

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