Html Css Color HEX #2D084F Blackcurrant

📋 copy color: '#2D084F'

red 45 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #2D084F

Tints of Blackcurrant #2D084F

RGB

 RED value IS 45 (17.97% from 255) = 34.09%

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

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

R = 34.09%
G = 6.06%
B = 59.85%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2D084F (or 0x2D084F) is known color: Blackcurrant. HEX triplet: 2D, 08 and 4F. RGB value is (45,8,79). Sum of RGB (Red+Green+Blue) = 45+8+79=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D084F is #D2F7B0. Grayscale: #1A1A1A. Windows color (decimal): -13825969 or 5179437. OLE color: 5179437.

HSL color Cylindrical-coordinate representation of color #2D084F: hue angle of 271.27º 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 #2D084F is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 8 79 -
CMYK 0.43 0.90 0 0.69
HSL 271.27º 0.82% 0.17% -
HSV(B) 271.27º 0.9% 0.31% -
XYZ 2.58 1.3 7.51 -
YUV 27.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 45 8 79 0.43 0.90 0 0.69 271.27 0.82 0.17
Hex 2D 8 4F 2B 5A 0 45 10F 52 11
Octal 55 10 117 53 132 0 105 417 122 21
Binary 101101 1000 1001111 101011 1011010 0 1000101 100001111 1010010 10001

Color Harmonies of #2D084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D084F

Black with #2D084F

Text Example


Text Example

White with #2D084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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