Html Css Color HEX #2B193F Blackcurrant

📋 copy color: '#2B193F'

red 43 ◦ green 25 ◦ blue 63

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

Shades of Blackcurrant #2B193F

Tints of Blackcurrant #2B193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 32.82%
G = 19.08%
B = 48.09%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2B193F (or 0x2B193F) is known color: Blackcurrant. HEX triplet: 2B, 19 and 3F. RGB value is (43,25,63). Sum of RGB (Red+Green+Blue) = 43+25+63=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B193F is #D4E6C0. Grayscale: #222222. Windows color (decimal): -13952705 or 4135211. OLE color: 4135211.

HSL color Cylindrical-coordinate representation of color #2B193F: hue angle of 268.42º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B193F is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 25 63 -
CMYK 0.32 0.60 0 0.75
HSL 268.42º 0.43% 0.17% -
HSV(B) 268.42º 0.6% 0.25% -
XYZ 2.24 1.57 4.89 -
YUV 34.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 43 25 63 0.32 0.60 0 0.75 268.42 0.43 0.17
Hex 2B 19 3F 20 3C 0 4B 10C 2B 11
Octal 53 31 77 40 74 0 113 414 53 21
Binary 101011 11001 111111 100000 111100 0 1001011 100001100 101011 10001

Color Harmonies of #2B193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B193F

Black with #2B193F

Text Example


Text Example

White with #2B193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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