Html Css Color HEX #2B173D Blackcurrant

📋 copy color: '#2B173D'

red 43 ◦ green 23 ◦ blue 61

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

Shades of Blackcurrant #2B173D

Tints of Blackcurrant #2B173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

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

R = 33.86%
G = 18.11%
B = 48.03%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2B173D (or 0x2B173D) is known color: Blackcurrant. HEX triplet: 2B, 17 and 3D. RGB value is (43,23,61). Sum of RGB (Red+Green+Blue) = 43+23+61=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B173D is #D4E8C2. Grayscale: #212121. Windows color (decimal): -13953219 or 4003627. OLE color: 4003627.

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

Color convert

RGB 43 23 61 -
CMYK 0.30 0.62 0 0.76
HSL 271.58º 0.45% 0.16% -
HSV(B) 271.58º 0.62% 0.24% -
XYZ 2.14 1.46 4.58 -
YUV 33.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 43 23 61 0.30 0.62 0 0.76 271.58 0.45 0.16
Hex 2B 17 3D 1E 3E 0 4C 110 2D 10
Octal 53 27 75 36 76 0 114 420 55 20
Binary 101011 10111 111101 11110 111110 0 1001100 100010000 101101 10000

Color Harmonies of #2B173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B173D

Black with #2B173D

Text Example


Text Example

White with #2B173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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