Html Css Color HEX #2B064D Blackcurrant

📋 copy color: '#2B064D'

red 43 ◦ green 6 ◦ blue 77

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

Shades of Blackcurrant #2B064D

Tints of Blackcurrant #2B064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

 BLUE value IS 77 (30.47% from 255) = 61.11%

R = 34.13%
G = 4.76%
B = 61.11%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2B064D (or 0x2B064D) is known color: Blackcurrant. HEX triplet: 2B, 06 and 4D. RGB value is (43,6,77). Sum of RGB (Red+Green+Blue) = 43+6+77=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B064D is #D4F9B2. Grayscale: #181818. Windows color (decimal): -13957555 or 5047851. OLE color: 5047851.

HSL color Cylindrical-coordinate representation of color #2B064D: hue angle of 271.27º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B064D is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 43 6 77 -
CMYK 0.44 0.92 0 0.70
HSL 271.27º 0.86% 0.16% -
HSV(B) 271.27º 0.92% 0.3% -
XYZ 2.4 1.18 7.12 -
YUV 25.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 43 6 77 0.44 0.92 0 0.70 271.27 0.86 0.16
Hex 2B 6 4D 2C 5C 0 46 10F 56 10
Octal 53 6 115 54 134 0 106 417 126 20
Binary 101011 110 1001101 101100 1011100 0 1000110 100001111 1010110 10000

Color Harmonies of #2B064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B064D

Black with #2B064D

Text Example


Text Example

White with #2B064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,6,77); }

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

background-color css

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

 a { background-color: rgb(43,6,77); }

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

border-color css

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

 span { border-color: rgb(43,6,77); }

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