Html Css Color HEX #2B0530 Blackcurrant

📋 copy color: '#2B0530'

red 43 ◦ green 5 ◦ blue 48

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

Shades of Blackcurrant #2B0530

Tints of Blackcurrant #2B0530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 50%

R = 44.79%
G = 5.21%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2B0530 (or 0x2B0530) is known color: Blackcurrant. HEX triplet: 2B, 05 and 30. RGB value is (43,5,48). Sum of RGB (Red+Green+Blue) = 43+5+48=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0530 is #D4FACF. Grayscale: #151515. Windows color (decimal): -13957840 or 3147051. OLE color: 3147051.

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

Color convert

RGB 43 5 48 -
CMYK 0.10 0.90 0 0.81
HSL 293.02º 0.81% 0.1% -
HSV(B) 293.02º 0.9% 0.19% -
XYZ 1.58 0.84 2.87 -
YUV 21.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 43 5 48 0.10 0.90 0 0.81 293.02 0.81 0.1
Hex 2B 5 30 A 5A 0 51 125 51 A
Octal 53 5 60 12 132 0 121 445 121 12
Binary 101011 101 110000 1010 1011010 0 1010001 100100101 1010001 1010

Color Harmonies of #2B0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0530

Black with #2B0530

Text Example


Text Example

White with #2B0530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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