Html Css Color HEX #2D064F Blackcurrant

📋 copy color: '#2D064F'

red 45 ◦ green 6 ◦ blue 79

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

Shades of Blackcurrant #2D064F

Tints of Blackcurrant #2D064F

RGB

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

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

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

R = 34.62%
G = 4.62%
B = 60.77%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2D064F (or 0x2D064F) is known color: Blackcurrant. HEX triplet: 2D, 06 and 4F. RGB value is (45,6,79). Sum of RGB (Red+Green+Blue) = 45+6+79=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 6 (2.73% from 255 or 4.62% 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 #2D064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D064F is #D2F9B0. Grayscale: #191919. Windows color (decimal): -13826481 or 5178925. OLE color: 5178925.

HSL color Cylindrical-coordinate representation of color #2D064F: hue angle of 272.05º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D064F is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 6 79 -
CMYK 0.43 0.92 0 0.69
HSL 272.05º 0.86% 0.17% -
HSV(B) 272.05º 0.92% 0.31% -
XYZ 2.56 1.25 7.5 -
YUV 25.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 45 6 79 0.43 0.92 0 0.69 272.05 0.86 0.17
Hex 2D 6 4F 2B 5C 0 45 110 56 11
Octal 55 6 117 53 134 0 105 420 126 21
Binary 101101 110 1001111 101011 1011100 0 1000101 100010000 1010110 10001

Color Harmonies of #2D064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D064F

Black with #2D064F

Text Example


Text Example

White with #2D064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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