Html Css Color HEX #281241 Blackcurrant

📋 copy color: '#281241'

red 40 ◦ green 18 ◦ blue 65

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

Shades of Blackcurrant #281241

Tints of Blackcurrant #281241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 32.52%
G = 14.63%
B = 52.85%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#281241 (or 0x281241) is known color: Blackcurrant. HEX triplet: 28, 12 and 41. RGB value is (40,18,65). Sum of RGB (Red+Green+Blue) = 40+18+65=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #281241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281241 is #D7EDBE. Grayscale: #1D1D1D. Windows color (decimal): -14151103 or 4264488. OLE color: 4264488.

HSL color Cylindrical-coordinate representation of color #281241: hue angle of 268.09º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #281241 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 18 65 -
CMYK 0.38 0.72 0 0.75
HSL 268.09º 0.57% 0.16% -
HSV(B) 268.09º 0.72% 0.25% -
XYZ 2.05 1.27 5.14 -
YUV 29.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 40 18 65 0.38 0.72 0 0.75 268.09 0.57 0.16
Hex 28 12 41 26 48 0 4B 10C 39 10
Octal 50 22 101 46 110 0 113 414 71 20
Binary 101000 10010 1000001 100110 1001000 0 1001011 100001100 111001 10000

Color Harmonies of #281241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281241

Black with #281241

Text Example


Text Example

White with #281241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281241; }

 p { color: rgb(40,18,65); }

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

background-color css

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

 a { background-color: rgb(40,18,65); }

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

border-color css

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

 span { border-color: rgb(40,18,65); }

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