Html Css Color HEX #281930 Blackcurrant

📋 copy color: '#281930'

red 40 ◦ green 25 ◦ blue 48

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

Shades of Blackcurrant #281930

Tints of Blackcurrant #281930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

 BLUE value IS 48 (19.14% from 255) = 42.48%

R = 35.4%
G = 22.12%
B = 42.48%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#281930 (or 0x281930) is known color: Blackcurrant. HEX triplet: 28, 19 and 30. RGB value is (40,25,48). Sum of RGB (Red+Green+Blue) = 40+25+48=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: blue. Hex color #281930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281930 is #D7E6CF. Grayscale: #202020. Windows color (decimal): -14149328 or 3152168. OLE color: 3152168.

HSL color Cylindrical-coordinate representation of color #281930: hue angle of 279.13º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #281930 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 25 48 -
CMYK 0.17 0.48 0 0.81
HSL 279.13º 0.32% 0.14% -
HSV(B) 279.13º 0.48% 0.19% -
XYZ 1.76 1.36 2.97 -
YUV 32.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 40 25 48 0.17 0.48 0 0.81 279.13 0.32 0.14
Hex 28 19 30 11 30 0 51 117 20 E
Octal 50 31 60 21 60 0 121 427 40 16
Binary 101000 11001 110000 10001 110000 0 1010001 100010111 100000 1110

Color Harmonies of #281930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281930

Black with #281930

Text Example


Text Example

White with #281930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281930; }

 p { color: rgb(40,25,48); }

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

background-color css

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

 a { background-color: rgb(40,25,48); }

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

border-color css

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

 span { border-color: rgb(40,25,48); }

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