Html Css Color HEX #2B1338 Blackcurrant

📋 copy color: '#2B1338'

red 43 ◦ green 19 ◦ blue 56

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

Shades of Blackcurrant #2B1338

Tints of Blackcurrant #2B1338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 47.46%

R = 36.44%
G = 16.1%
B = 47.46%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2B1338 (or 0x2B1338) is known color: Blackcurrant. HEX triplet: 2B, 13 and 38. RGB value is (43,19,56). Sum of RGB (Red+Green+Blue) = 43+19+56=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B1338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1338 is #D4ECC7. Grayscale: #1E1E1E. Windows color (decimal): -13954248 or 3674923. OLE color: 3674923.

HSL color Cylindrical-coordinate representation of color #2B1338: hue angle of 278.92º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B1338 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 43 19 56 -
CMYK 0.23 0.66 0 0.78
HSL 278.92º 0.49% 0.15% -
HSV(B) 278.92º 0.66% 0.22% -
XYZ 1.94 1.26 3.88 -
YUV 30.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 43 19 56 0.23 0.66 0 0.78 278.92 0.49 0.15
Hex 2B 13 38 17 42 0 4E 117 31 F
Octal 53 23 70 27 102 0 116 427 61 17
Binary 101011 10011 111000 10111 1000010 0 1001110 100010111 110001 1111

Color Harmonies of #2B1338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1338

Black with #2B1338

Text Example


Text Example

White with #2B1338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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