Html Css Color HEX #2B1738 Blackcurrant

📋 copy color: '#2B1738'

red 43 ◦ green 23 ◦ blue 56

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

Shades of Blackcurrant #2B1738

Tints of Blackcurrant #2B1738

RGB

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

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

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

R = 35.25%
G = 18.85%
B = 45.9%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2B1738 (or 0x2B1738) is known color: Blackcurrant. HEX triplet: 2B, 17 and 38. RGB value is (43,23,56). Sum of RGB (Red+Green+Blue) = 43+23+56=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B1738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1738 is #D4E8C7. Grayscale: #202020. Windows color (decimal): -13953224 or 3675947. OLE color: 3675947.

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

Color convert

RGB 43 23 56 -
CMYK 0.23 0.59 0 0.78
HSL 276.36º 0.42% 0.15% -
HSV(B) 276.36º 0.59% 0.22% -
XYZ 2.02 1.41 3.91 -
YUV 32.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 43 23 56 0.23 0.59 0 0.78 276.36 0.42 0.15
Hex 2B 17 38 17 3B 0 4E 114 2A F
Octal 53 27 70 27 73 0 116 424 52 17
Binary 101011 10111 111000 10111 111011 0 1001110 100010100 101010 1111

Color Harmonies of #2B1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1738

Black with #2B1738

Text Example


Text Example

White with #2B1738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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