Html Css Color HEX #2B133D Blackcurrant

📋 copy color: '#2B133D'

red 43 ◦ green 19 ◦ blue 61

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

Shades of Blackcurrant #2B133D

Tints of Blackcurrant #2B133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

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

R = 34.96%
G = 15.45%
B = 49.59%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2B133D (or 0x2B133D) is known color: Blackcurrant. HEX triplet: 2B, 13 and 3D. RGB value is (43,19,61). Sum of RGB (Red+Green+Blue) = 43+19+61=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B133D is #D4ECC2. Grayscale: #1E1E1E. Windows color (decimal): -13954243 or 4002603. OLE color: 4002603.

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

Color convert

RGB 43 19 61 -
CMYK 0.30 0.69 0 0.76
HSL 274.29º 0.53% 0.16% -
HSV(B) 274.29º 0.69% 0.24% -
XYZ 2.07 1.32 4.56 -
YUV 30.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 43 19 61 0.30 0.69 0 0.76 274.29 0.53 0.16
Hex 2B 13 3D 1E 45 0 4C 112 34 10
Octal 53 23 75 36 105 0 114 422 64 20
Binary 101011 10011 111101 11110 1000101 0 1001100 100010010 110100 10000

Color Harmonies of #2B133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B133D

Black with #2B133D

Text Example


Text Example

White with #2B133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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