Html Css Color HEX #2B153F Blackcurrant

📋 copy color: '#2B153F'

red 43 ◦ green 21 ◦ blue 63

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

Shades of Blackcurrant #2B153F

Tints of Blackcurrant #2B153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

 BLUE value IS 63 (25% from 255) = 49.61%

R = 33.86%
G = 16.54%
B = 49.61%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2B153F (or 0x2B153F) is known color: Blackcurrant. HEX triplet: 2B, 15 and 3F. RGB value is (43,21,63). Sum of RGB (Red+Green+Blue) = 43+21+63=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B153F is #D4EAC0. Grayscale: #202020. Windows color (decimal): -13953729 or 4134187. OLE color: 4134187.

HSL color Cylindrical-coordinate representation of color #2B153F: hue angle of 271.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B153F is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 21 63 -
CMYK 0.32 0.67 0 0.75
HSL 271.43º 0.5% 0.16% -
HSV(B) 271.43º 0.67% 0.25% -
XYZ 2.16 1.41 4.86 -
YUV 32.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 43 21 63 0.32 0.67 0 0.75 271.43 0.5 0.16
Hex 2B 15 3F 20 43 0 4B 10F 32 10
Octal 53 25 77 40 103 0 113 417 62 20
Binary 101011 10101 111111 100000 1000011 0 1001011 100001111 110010 10000

Color Harmonies of #2B153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B153F

Black with #2B153F

Text Example


Text Example

White with #2B153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,63); }

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

background-color css

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

 a { background-color: rgb(43,21,63); }

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

border-color css

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

 span { border-color: rgb(43,21,63); }

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