Html Css Color HEX #2D064B Blackcurrant

📋 copy color: '#2D064B'

red 45 ◦ green 6 ◦ blue 75

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

Shades of Blackcurrant #2D064B

Tints of Blackcurrant #2D064B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 59.52%

R = 35.71%
G = 4.76%
B = 59.52%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2D064B (or 0x2D064B) is known color: Blackcurrant. HEX triplet: 2D, 06 and 4B. RGB value is (45,6,75). Sum of RGB (Red+Green+Blue) = 45+6+75=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D064B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D064B is #D2F9B4. Grayscale: #191919. Windows color (decimal): -13826485 or 4916781. OLE color: 4916781.

HSL color Cylindrical-coordinate representation of color #2D064B: hue angle of 273.91º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D064B is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 6 75 -
CMYK 0.40 0.92 0 0.71
HSL 273.91º 0.85% 0.16% -
HSV(B) 273.91º 0.92% 0.29% -
XYZ 2.42 1.2 6.76 -
YUV 25.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 45 6 75 0.40 0.92 0 0.71 273.91 0.85 0.16
Hex 2D 6 4B 28 5C 0 47 112 55 10
Octal 55 6 113 50 134 0 107 422 125 20
Binary 101101 110 1001011 101000 1011100 0 1000111 100010010 1010101 10000

Color Harmonies of #2D064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D064B

Black with #2D064B

Text Example


Text Example

White with #2D064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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