Html Css Color HEX #281530 Blackcurrant

📋 copy color: '#281530'

red 40 ◦ green 21 ◦ blue 48

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

Shades of Blackcurrant #281530

Tints of Blackcurrant #281530

RGB

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

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

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

R = 36.7%
G = 19.27%
B = 44.04%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#281530 (or 0x281530) is known color: Blackcurrant. HEX triplet: 28, 15 and 30. RGB value is (40,21,48). Sum of RGB (Red+Green+Blue) = 40+21+48=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #281530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281530 is #D7EACF. Grayscale: #1D1D1D. Windows color (decimal): -14150352 or 3151144. OLE color: 3151144.

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

Color convert

RGB 40 21 48 -
CMYK 0.17 0.56 0 0.81
HSL 282.22º 0.39% 0.14% -
HSV(B) 282.22º 0.56% 0.19% -
XYZ 1.68 1.2 2.94 -
YUV 29.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 40 21 48 0.17 0.56 0 0.81 282.22 0.39 0.14
Hex 28 15 30 11 38 0 51 11A 27 E
Octal 50 25 60 21 70 0 121 432 47 16
Binary 101000 10101 110000 10001 111000 0 1010001 100011010 100111 1110

Color Harmonies of #281530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281530

Black with #281530

Text Example


Text Example

White with #281530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281530; }

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

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

background-color css

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

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

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

border-color css

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

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

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