Html Css Color HEX #2B084F Blackcurrant

📋 copy color: '#2B084F'

red 43 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #2B084F

Tints of Blackcurrant #2B084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

 BLUE value IS 79 (31.25% from 255) = 60.77%

R = 33.08%
G = 6.15%
B = 60.77%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2B084F (or 0x2B084F) is known color: Blackcurrant. HEX triplet: 2B, 08 and 4F. RGB value is (43,8,79). Sum of RGB (Red+Green+Blue) = 43+8+79=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B084F is #D4F7B0. Grayscale: #1A1A1A. Windows color (decimal): -13957041 or 5179435. OLE color: 5179435.

HSL color Cylindrical-coordinate representation of color #2B084F: hue angle of 269.58º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B084F is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 8 79 -
CMYK 0.46 0.90 0 0.69
HSL 269.58º 0.82% 0.17% -
HSV(B) 269.58º 0.9% 0.31% -
XYZ 2.49 1.25 7.51 -
YUV 26.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 43 8 79 0.46 0.90 0 0.69 269.58 0.82 0.17
Hex 2B 8 4F 2E 5A 0 45 10E 52 11
Octal 53 10 117 56 132 0 105 416 122 21
Binary 101011 1000 1001111 101110 1011010 0 1000101 100001110 1010010 10001

Color Harmonies of #2B084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B084F

Black with #2B084F

Text Example


Text Example

White with #2B084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,8,79); }

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

background-color css

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

 a { background-color: rgb(43,8,79); }

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

border-color css

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

 span { border-color: rgb(43,8,79); }

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