Html Css Color HEX #2B1541 Blackcurrant

📋 copy color: '#2B1541'

red 43 ◦ green 21 ◦ blue 65

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

Shades of Blackcurrant #2B1541

Tints of Blackcurrant #2B1541

RGB

 RED value IS 43 (17.19% from 255) = 33.33%

 GREEN value IS 21 (8.59% from 255) = 16.28%

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

R = 33.33%
G = 16.28%
B = 50.39%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2B1541 (or 0x2B1541) is known color: Blackcurrant. HEX triplet: 2B, 15 and 41. RGB value is (43,21,65). Sum of RGB (Red+Green+Blue) = 43+21+65=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #2B1541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1541 is #D4EABE. Grayscale: #202020. Windows color (decimal): -13953727 or 4265259. OLE color: 4265259.

HSL color Cylindrical-coordinate representation of color #2B1541: hue angle of 270º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B1541 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 21 65 -
CMYK 0.34 0.68 0 0.75
HSL 270º 0.51% 0.17% -
HSV(B) 270º 0.68% 0.25% -
XYZ 2.22 1.43 5.16 -
YUV 32.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 43 21 65 0.34 0.68 0 0.75 270 0.51 0.17
Hex 2B 15 41 22 44 0 4B 10E 33 11
Octal 53 25 101 42 104 0 113 416 63 21
Binary 101011 10101 1000001 100010 1000100 0 1001011 100001110 110011 10001

Color Harmonies of #2B1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1541

Black with #2B1541

Text Example


Text Example

White with #2B1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B1541; }

 p { color: rgb(43,21,65); }

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

background-color css

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

 a { background-color: rgb(43,21,65); }

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

border-color css

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

 span { border-color: rgb(43,21,65); }

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