Html Css Color HEX #281D2E Blackcurrant

📋 copy color: '#281D2E'

red 40 ◦ green 29 ◦ blue 46

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

Shades of Blackcurrant #281D2E

Tints of Blackcurrant #281D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40%

R = 34.78%
G = 25.22%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#281D2E (or 0x281D2E) is known color: Blackcurrant. HEX triplet: 28, 1D and 2E. RGB value is (40,29,46). Sum of RGB (Red+Green+Blue) = 40+29+46=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 46 - color contains mainly: blue. Hex color #281D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281D2E is #D7E2D1. Grayscale: #222222. Windows color (decimal): -14148306 or 3022120. OLE color: 3022120.

HSL color Cylindrical-coordinate representation of color #281D2E: hue angle of 278.82º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #281D2E is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 29 46 -
CMYK 0.13 0.37 0 0.82
HSL 278.82º 0.23% 0.15% -
HSV(B) 278.82º 0.37% 0.18% -
XYZ 1.81 1.53 2.78 -
YUV 34.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 40 29 46 0.13 0.37 0 0.82 278.82 0.23 0.15
Hex 28 1D 2E D 25 0 52 117 17 F
Octal 50 35 56 15 45 0 122 427 27 17
Binary 101000 11101 101110 1101 100101 0 1010010 100010111 10111 1111

Color Harmonies of #281D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281D2E

Black with #281D2E

Text Example


Text Example

White with #281D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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