Html Css Color HEX #2B0531 Blackcurrant

📋 copy color: '#2B0531'

red 43 ◦ green 5 ◦ blue 49

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

Shades of Blackcurrant #2B0531

Tints of Blackcurrant #2B0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.15%

 BLUE value IS 49 (19.53% from 255) = 50.52%

R = 44.33%
G = 5.15%
B = 50.52%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2B0531 (or 0x2B0531) is known color: Blackcurrant. HEX triplet: 2B, 05 and 31. RGB value is (43,5,49). Sum of RGB (Red+Green+Blue) = 43+5+49=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0531 is #D4FACE. Grayscale: #151515. Windows color (decimal): -13957839 or 3212587. OLE color: 3212587.

HSL color Cylindrical-coordinate representation of color #2B0531: hue angle of 291.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B0531 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 43 5 49 -
CMYK 0.12 0.90 0 0.81
HSL 291.82º 0.81% 0.11% -
HSV(B) 291.82º 0.9% 0.19% -
XYZ 1.6 0.84 2.98 -
YUV 21.38 143.59 143.42 -
System Red Green Blue C M Y K H S L
Decimal 43 5 49 0.12 0.90 0 0.81 291.82 0.81 0.11
Hex 2B 5 31 C 5A 0 51 124 51 B
Octal 53 5 61 14 132 0 121 444 121 13
Binary 101011 101 110001 1100 1011010 0 1010001 100100100 1010001 1011

Color Harmonies of #2B0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0531

Black with #2B0531

Text Example


Text Example

White with #2B0531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,5,49); }

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

background-color css

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

 a { background-color: rgb(43,5,49); }

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

border-color css

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

 span { border-color: rgb(43,5,49); }

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