Html Css Color HEX #2B013D Blackcurrant

📋 copy color: '#2B013D'

red 43 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #2B013D

Tints of Blackcurrant #2B013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

 BLUE value IS 61 (24.22% from 255) = 58.1%

R = 40.95%
G = 0.95%
B = 58.1%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2B013D (or 0x2B013D) is known color: Blackcurrant. HEX triplet: 2B, 01 and 3D. RGB value is (43,1,61). Sum of RGB (Red+Green+Blue) = 43+1+61=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B013D is #D4FEC2. Grayscale: #141414. Windows color (decimal): -13958851 or 3997995. OLE color: 3997995.

HSL color Cylindrical-coordinate representation of color #2B013D: hue angle of 282º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B013D is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 43 1 61 -
CMYK 0.30 0.98 0 0.76
HSL 282º 0.97% 0.12% -
HSV(B) 282º 0.98% 0.24% -
XYZ 1.85 0.87 4.49 -
YUV 20.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 43 1 61 0.30 0.98 0 0.76 282 0.97 0.12
Hex 2B 1 3D 1E 62 0 4C 11A 61 C
Octal 53 1 75 36 142 0 114 432 141 14
Binary 101011 1 111101 11110 1100010 0 1001100 100011010 1100001 1100

Color Harmonies of #2B013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B013D

Black with #2B013D

Text Example


Text Example

White with #2B013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,1,61); }

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

background-color css

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

 a { background-color: rgb(43,1,61); }

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

border-color css

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

 span { border-color: rgb(43,1,61); }

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