Html Css Color HEX #281D2C Blackcurrant

📋 copy color: '#281D2C'

red 40 ◦ green 29 ◦ blue 44

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

Shades of Blackcurrant #281D2C

Tints of Blackcurrant #281D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.66%

 BLUE value IS 44 (17.58% from 255) = 38.94%

R = 35.4%
G = 25.66%
B = 38.94%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#281D2C (or 0x281D2C) is known color: Blackcurrant. HEX triplet: 28, 1D and 2C. RGB value is (40,29,44). Sum of RGB (Red+Green+Blue) = 40+29+44=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 44 - color contains mainly: blue. Hex color #281D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281D2C is #D7E2D3. Grayscale: #212121. Windows color (decimal): -14148308 or 2891048. OLE color: 2891048.

HSL color Cylindrical-coordinate representation of color #281D2C: hue angle of 284º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #281D2C is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 29 44 -
CMYK 0.09 0.34 0 0.83
HSL 284º 0.21% 0.14% -
HSV(B) 284º 0.34% 0.17% -
XYZ 1.77 1.51 2.58 -
YUV 34 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 40 29 44 0.09 0.34 0 0.83 284 0.21 0.14
Hex 28 1D 2C 9 22 0 53 11C 15 E
Octal 50 35 54 11 42 0 123 434 25 16
Binary 101000 11101 101100 1001 100010 0 1010011 100011100 10101 1110

Color Harmonies of #281D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281D2C

Black with #281D2C

Text Example


Text Example

White with #281D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281D2C; }

 p { color: rgb(40,29,44); }

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

background-color css

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

 a { background-color: rgb(40,29,44); }

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

border-color css

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

 span { border-color: rgb(40,29,44); }

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