Html Css Color HEX #2B0E40 Blackcurrant

📋 copy color: '#2B0E40'

red 43 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #2B0E40

Tints of Blackcurrant #2B0E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.57%

 BLUE value IS 64 (25.39% from 255) = 52.89%

R = 35.54%
G = 11.57%
B = 52.89%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2B0E40 (or 0x2B0E40) is known color: Blackcurrant. HEX triplet: 2B, 0E and 40. RGB value is (43,14,64). Sum of RGB (Red+Green+Blue) = 43+14+64=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #2B0E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0E40 is #D4F1BF. Grayscale: #1C1C1C. Windows color (decimal): -13955520 or 4197931. OLE color: 4197931.

HSL color Cylindrical-coordinate representation of color #2B0E40: hue angle of 274.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B0E40 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 14 64 -
CMYK 0.33 0.78 0 0.75
HSL 274.8º 0.64% 0.15% -
HSV(B) 274.8º 0.78% 0.25% -
XYZ 2.08 1.2 4.97 -
YUV 28.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 43 14 64 0.33 0.78 0 0.75 274.8 0.64 0.15
Hex 2B E 40 21 4E 0 4B 113 40 F
Octal 53 16 100 41 116 0 113 423 100 17
Binary 101011 1110 1000000 100001 1001110 0 1001011 100010011 1000000 1111

Color Harmonies of #2B0E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0E40

Black with #2B0E40

Text Example


Text Example

White with #2B0E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,14,64); }

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

background-color css

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

 a { background-color: rgb(43,14,64); }

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

border-color css

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

 span { border-color: rgb(43,14,64); }

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