Html Css Color HEX #281F2B Blackcurrant

📋 copy color: '#281F2B'

red 40 ◦ green 31 ◦ blue 43

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

Shades of Blackcurrant #281F2B

Tints of Blackcurrant #281F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 37.72%

R = 35.09%
G = 27.19%
B = 37.72%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#281F2B (or 0x281F2B) is known color: Blackcurrant. HEX triplet: 28, 1F and 2B. RGB value is (40,31,43). Sum of RGB (Red+Green+Blue) = 40+31+43=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #281F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F2B is #D7E0D4. Grayscale: #232323. Windows color (decimal): -14147797 or 2826024. OLE color: 2826024.

HSL color Cylindrical-coordinate representation of color #281F2B: hue angle of 285º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #281F2B is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 31 43 -
CMYK 0.07 0.28 0 0.83
HSL 285º 0.16% 0.15% -
HSV(B) 285º 0.28% 0.17% -
XYZ 1.8 1.61 2.5 -
YUV 35.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 40 31 43 0.07 0.28 0 0.83 285 0.16 0.15
Hex 28 1F 2B 7 1C 0 53 11D 10 F
Octal 50 37 53 7 34 0 123 435 20 17
Binary 101000 11111 101011 111 11100 0 1010011 100011101 10000 1111

Color Harmonies of #281F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F2B

Black with #281F2B

Text Example


Text Example

White with #281F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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