Html Css Color HEX #281F2E Blackcurrant

📋 copy color: '#281F2E'

red 40 ◦ green 31 ◦ blue 46

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

Shades of Blackcurrant #281F2E

Tints of Blackcurrant #281F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.5%

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

R = 34.19%
G = 26.5%
B = 39.32%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#281F2E (or 0x281F2E) is known color: Blackcurrant. HEX triplet: 28, 1F and 2E. RGB value is (40,31,46). Sum of RGB (Red+Green+Blue) = 40+31+46=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 46 - color contains mainly: blue. Hex color #281F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F2E is #D7E0D1. Grayscale: #232323. Windows color (decimal): -14147794 or 3022632. OLE color: 3022632.

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

Color convert

RGB 40 31 46 -
CMYK 0.13 0.33 0 0.82
HSL 276º 0.19% 0.15% -
HSV(B) 276º 0.33% 0.18% -
XYZ 1.86 1.63 2.8 -
YUV 35.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 40 31 46 0.13 0.33 0 0.82 276 0.19 0.15
Hex 28 1F 2E D 21 0 52 114 13 F
Octal 50 37 56 15 41 0 122 424 23 17
Binary 101000 11111 101110 1101 100001 0 1010010 100010100 10011 1111

Color Harmonies of #281F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F2E

Black with #281F2E

Text Example


Text Example

White with #281F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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